Recipe Delete
recipe_deleteUse this when the user wants to remove one of THEIR saved recipes/skills (the manifests under ~/.local/share/local-mcp/recipes). Destructive with a preview gate: the first call (without confirm) shows what would be deleted; call again with confirm=true to actually delete. Bundled starter recipes can't be deleted. To modify a recipe instead, recipe_save with the same name overwrites it (upsert).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe name (from recipe_list). | |
| confirm | No | Must be true to actually delete. Without it, returns a preview. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| status | No | 'preview' when confirm was not set. | |
| deleted | No |