mako_help
mako_helpRecommends the optimal Mako workflow sequence for a given coding task, including tools, arguments, and follow-up steps, to guide agent actions.
Instructions
Orientation tool for coding agents: given a natural-language task, 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 whether to start with context_packet, cross_search, file_preflight, lint_files, verification_state, or DB/Reef tools. Read-only and does not execute the returned steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| task | Yes | ||
| focusFiles | No | ||
| changedFiles | No | ||
| route | No | ||
| table | No | ||
| rpc | No | ||
| maxSteps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| task | Yes | ||
| recipeId | Yes | ||
| summary | Yes | ||
| steps | Yes | ||
| batchHint | Yes | ||
| notes | Yes | ||
| _hints | Yes |