Search Workflow Recipes
search_workflow_recipesSearch audited built-in and custom workspace-local workflow recipes by title, description, or ID to view declarative previews that cannot execute arbitrary code.
Instructions
Search audited built-in and explicitly supplied workspace-local workflow recipes. Recipes are declarative previews and cannot execute arbitrary tools or scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional case-insensitive title, description, tag, or ID query. | |
| recipe_file | No | Optional contained JSON file with closed-schema custom recipes. | |
| approved_workspace_path | No | Absolute approved workspace containing recipe_file; required with recipe_file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |