get_recipe
Retrieve a named workflow recipe with step-by-step instructions and total step count. Enables executing each step sequentially in GlyphsApp.
Instructions
Get a specific workflow recipe by name.
Returns the full recipe with step-by-step instructions, plus totalSteps count. Use get_recipe_step() to read and execute one step at a time.
Args: name: Recipe name (from list_recipes, e.g. 'scale_proportions')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |