calseta://workflows
Returns all active workflows with their documentation. Example response:calseta://workflows/
Returns a single workflow with full documentation. URI parameters:
Example response:
Required Scope
workflows:readDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Calseta is under active development. APIs and features may change. We welcome feedback and contributions on GitHub.
MCP resources for workflow data
[
{
"uuid": "wf-abc123-...",
"name": "Revoke User Session",
"state": "active",
"documentation": "## Overview\nRevokes all active sessions for a compromised user...",
"approval_mode": "always",
"risk_level": "high"
}
]
| Parameter | Type | Description |
|---|---|---|
uuid | string | The workflow’s unique identifier |
{
"uuid": "wf-abc123-...",
"name": "Revoke User Session",
"state": "active",
"documentation": "## Overview\nRevokes all active sessions for a compromised user account.\n\n## When to Use\n- User account shows signs of compromise\n- Impossible travel detected\n- Credential exposure confirmed\n\n## What It Does\n1. Revokes all OAuth tokens\n2. Terminates active sessions\n3. Forces password reset",
"approval_mode": "always",
"risk_level": "high"
}
workflows:read