Full toolset
The full-toolset endpoint exposes the following 43 MCP tools in a single session:
- Platform toolset: 34 tools for control-plane operations, including account and asset discovery, pipeline operations, Snaplex management, SLDB file operations, project and pipeline export, runtime monitoring, health diagnostics, scheduled tasks, and user and group management.
- PyGen toolset: 9 tools for Snap knowledge queries and text-to-pipeline generation.
Use this path when you need both toolsets 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 34 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 SnapLogic MCP Server. |
DELETE
/platform_mcp/mcp
|
terminates an active MCP session and releases any associated server-side resources. |