{ "opencollection": "1.0.0", "info": { "name": "PostHog actions mcp_tools API", "version": "1.0.0" }, "items": [ { "info": { "name": "mcp_tools", "type": "folder" }, "items": [ { "info": { "name": "mcp_tools_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:project_id/mcp_tools/:tool_name/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." }, { "name": "tool_name", "value": "", "type": "path" } ] }, "docs": "Invoke an MCP tool by name.\n\nThis endpoint allows MCP callers to invoke Max AI tools directly\nwithout going through the full LangChain conversation flow.\n\nScopes are resolved dynamically per tool via dangerously_get_required_scopes." } ] } ], "bundled": true }