get_workflow
Retrieve workflow instructions for registered prompts by name to enable autonomous execution in environments where direct invocation isn't possible.
Instructions
Retrieve a registered MCP prompt by name and return its workflow instructions as text. Useful in autonomous/Cowork environments where prompts cannot be invoked directly.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Prompt name (e.g. 'daily-briefing', 'dev-session') | |
| args | No | Prompt arguments as key-value pairs |