mako_help
mako_helpReturns a recommended Mako workflow recipe as an ordered tool sequence for a natural-language coding task, with pre-filled suggested arguments and batchable follow-ups.
Instructions
Orientation tool for coding agents: given a natural-language task plus optional focusFiles, changedFiles, focusRoutes, focusSymbols, focusDatabaseObjects, route, table, or rpc anchors, return the recommended Mako workflow recipe as an ordered tool sequence with pre-filled suggestedArgs, batchable follow-ups, and notes. Use before reading long AGENTS/CLAUDE docs when deciding how to start with reef_ask and which specialist follow-ups to load. Read-only and does not execute the returned steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rpc | No | ||
| task | Yes | ||
| route | No | ||
| table | No | ||
| maxSteps | No | ||
| projectId | No | ||
| focusFiles | No | ||
| projectRef | No | ||
| focusRoutes | No | ||
| changedFiles | No | ||
| focusSymbols | No | ||
| focusDatabaseObjects | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| notes | Yes | ||
| steps | Yes | ||
| _hints | Yes | ||
| summary | Yes | ||
| recipeId | Yes | ||
| toolName | Yes | ||
| batchHint | Yes | ||
| retrievalPlanGuide | Yes |