Skip to main content
MCP Prompts are templates the client can offer to users as one-click slash-commands. Each prompt embeds a multi-step instruction the agent follows, calling the right tools in the right order.

Available prompts

How they work

Each prompt expands into a structured instruction that drives the agent through a series of tool calls. For example, weekly_review resolves to:
The agent then executes those steps and writes the final summary.

Invoking a prompt

Via MCP prompts/get:
The returned messages array is the multi-turn template the agent receives.

Cost

Prompts themselves are free — they’re text templates. The tool calls the agent runs as a result of the prompt are subject to the usual rate limits and (for analyze_report) AI credit deduction.