Full toolset
The full-toolset endpoint exposes all 21 MCP tools — the 12 Platform tools and the 9 PyGen tools — in a single session. Use this path when you need both control-plane operations and Snap knowledge queries without switching connections.
All full-toolset endpoints share the base path
/api/1/rest/public/platform_mcp/mcp.
Note: The PyGen tools appear only when PyGen is configured for the
environment. If PyGen is not wired, the full-toolset endpoint exposes 12 tools
(Platform only).
| Full toolset APIs | |
|---|---|
POST
/platform_mcp/mcp
|
sends a JSON-RPC 2.0 request to the Platform MCP Server and returns the response as a Server-Sent Events (SSE) stream. |
GET
/platform_mcp/mcp
|
opens a persistent Server-Sent Events (SSE) stream for receiving server-initiated messages from the Platform MCP Server. |
DELETE
/platform_mcp/mcp
|
terminates an active MCP session and releases any associated server-side resources. |
Available tools
This toolset exposes all 12 Platform tools and all 9 PyGen tools in one session. For full descriptions and input parameters, see:
- Platform toolset — 12 tools for pipeline operations, Snaplex management, and SLDB file operations.
- PyGen toolset — 9 tools for Snap knowledge queries and text-to-pipeline generation.