Scheduler Zero
MCP

Available tools

Learn how Scheduler Zero maps REST operations and session controls into MCP tools.

Session tools

ToolPurpose
whoamiShow the credential and workspace used by this session.
listWorkspacesList the signed-in user's workspaces. OAuth and first-party bridge sessions only.
switchWorkspaceChange the active workspace for later tool calls. OAuth and first-party bridge sessions only.

REST API tools

Every operation in the REST API reference is registered as an MCP tool when a session starts. Tool inputs come from the operation's OpenAPI request schema. API-key permissions do not filter this tool list; the API authorizes each call and returns 403 Forbidden when the key lacks the operation's required scope.

This means the REST reference is also the canonical reference for generated MCP tools. Search for an endpoint there to inspect its parameters, request body, response shape, and required scope.

On this page