Mcp
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST |
Create mcp tools
Invoke an MCP tool by name.
This endpoint allows MCP callers to invoke Max AI tools directly without going through the full LangChain conversation flow.
Scopes are resolved dynamically per tool via dangerously_get_required_scopes.
Path parameters
- project_idstring
- tool_namestring
Example request
POST /api /environments /:project_id /mcp_tools /:tool_name