mac_recipe_search
Search built-in and saved macOS automation recipes using natural language. Filter by app and optionally include action history to reuse proven patterns before writing new AppleScript.
Instructions
Search 118 built-in + saved recipes by natural-language query. Call this BEFORE writing new AppleScript.
Examples:
{ query: "dark mode" } → matches toggle-dark-mode, get-dark-mode
{ query: "screenshot", app: "Finder" }
{ query: "send email", includeHistory: true }
Limitations:
FTS5 tokenizer is English-biased. For Korean/CJK, supplement with the
appfilter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Filter by target app name | |
| query | Yes | Natural language search query | |
| includeHistory | No | Also search raw action history (default: false) |