create_recipe
Create workflow recipes in markdown format with numbered steps to document and execute multi-step font editing tasks in GlyphsApp.
Instructions
Create a new workflow recipe.
Recipes are markdown files with numbered steps. Follow this format:
Recipe: My Recipe Title
Description of what this recipe does.
Steps
1. First step title
tool_name— what it doesanother_tool— with parameters
2. Second step title
tool_name— instructions
Args: name: Snake_case identifier (e.g. 'fix_spacing_issues') content: Full markdown content of the recipe overwrite: If true, replace existing recipe with same name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| content | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |