Here are the tools you can call to interact with the system:
| Tool | Purpose |
|------|---------|
| **list_agents** | List all agents (optionally filtered by `userId`). |
| **get_agent** | Get details of a specific agent by ID. |
| **create_agent** | Create a new agent. |
| **update_agent** | Update an existing agent. |
| **delete_agent** | Soft‑delete an agent. |
| **list_mcp_transports** | List all MCP transports (optionally filtered by `userId`). |
| **get_mcp_transport** | Get details of a specific MCP transport by ID. |
| **create_mcp_transport** | Create a new MCP transport configuration. |
| **update_mcp_transport** | Update an existing MCP transport. |
| **delete_mcp_transport** | Soft‑delete an MCP transport. |
| **list_sessions** | List sessions for a user. |
| **get_session** | Get a session by `sessionId`. |
| **update_session** | Update a session. |
| **delete_session** | Soft‑delete a session by ID. |
| **list_blogs** | List published blogs. |
| **get_blog** | Get a blog by slug. |
| **create_blog** | Create a new blog post. |
| **update_blog** | Update a blog post. |
| **delete_blog** | Soft‑delete a blog post. |
| **search_blogs** | Search blogs by query string. |
Let me know which one you’d like to use!