get_recipe_step
Get a single recipe step with title, content, and a mandatory directive to continue sequential tool execution in GlyphsApp.
Instructions
Get a single step from a recipe for sequential execution.
Returns step title, content, and a MANDATORY directive field. You MUST follow the directive — it tells you exactly what to do next.
The response includes:
step: current step number
totalSteps: total steps in recipe
title: step title
content: tools to call and instructions
directive: MANDATORY instruction for what to do after this step
IMPORTANT: Execute ALL tools listed in the step content before proceeding. Do NOT skip steps. Do NOT combine steps. Follow the directive field.
Args: name: Recipe name (e.g. 'audit_consistency') step: Step number (1-based)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| step | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |