MCP
Available tools
Learn how Scheduler Zero maps REST operations and session controls into MCP tools.
Session tools
| Tool | Purpose |
|---|---|
whoami | Show the credential and workspace used by this session. |
listWorkspaces | List the signed-in user's workspaces. OAuth and first-party bridge sessions only. |
switchWorkspace | Change 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.