Full toolset

The full-toolset endpoint exposes all 29 MCP tools — the 20 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 20 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.

Available tools

This toolset exposes all 20 Platform tools and all 9 PyGen tools in one session. For full descriptions and input parameters, see:

  • Platform toolset — 20 tools for account and asset discovery, pipeline operations, Snaplex management, SLDB file operations, and project/pipeline export.
  • PyGen toolset — 9 tools for Snap knowledge queries and text-to-pipeline generation.