search_recipes
Locate Workato recipes by name with case-insensitive matching, auto-paginating all recipes to bypass missing server-side search.
Instructions
Search recipes by name (case-insensitive). Since the Workato API has no server-side text search, this tool auto-paginates through all recipes and filters client-side by name.
Example: search_recipes({ name: 'PRDI Recipe 04 - PRDI AR DOKU Transactions' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe name (or part of it) to search for. Case-insensitive. Example: 'PRDI AR DOKU' matches 'PRDI Recipe 04 - PRDI AR DOKU Transactions (Sync AR Receipt, ...)' | |
| running | No | Optional: limit to running recipes only | |
| folder_id | No | Optional: limit search to a specific folder | |
| with_subfolders | No |