Here’s a quick rundown of the tools I can use to manage agents, transports, sessions, and blogs:
| Tool | What it does |
|------|--------------|
| **list_agents** | Get a list of all agents you own. |
| **get_agent** | Retrieve detailed info for a specific agent by its ID. |
| **create_agent** | Create a new agent (name, description, system prompt, etc.). |
| **update_agent** | Modify an existing agent’s attributes (name, prompt, active status, etc.). |
| **delete_agent** | Soft‑delete an agent by its ID. |
| **list_mcp_transports** | List all MCP transport configurations. |
| **get_mcp_transport** | Get details of a specific MCP transport by ID. |
| **create_mcp_transport** | Create a new MCP transport (HTTP or stdio based). |
| **update_mcp_transport** | Update properties of an existing MCP transport. |
| **delete_mcp_transport** | Soft‑delete an MCP transport by ID. |
| **list_sessions** | List all sessions. |
| **get_session** | Retrieve a session by its UUID. |
| **update_session** | Update session metadata (name, description, favorite flag, etc.). |
| **delete_session** | Soft‑delete a session by its numeric ID. |
| **list_blogs** | List published or draft blog posts. |
| **get_blog** | Retrieve a blog post by its slug. |
| **create_blog** | Create a new blog post (title, content, slug, etc.). |
| **update_blog** | Update an existing blog post’s fields. |
| **delete_blog** | Soft‑delete a blog post by ID. |
| **search_blogs** | Search blogs by a query string. |
Let me know which one you’d like to use or if you need more details on any of them!