search_flow_examples
Search the library of reusable flow examples covering common business cases (lead capture, onboarding, payments, reminders). Read-only, needs no API key. Returns compact matches — id, title, summary, tags — with no flow body; pass an id to get_flow_example for the full example. Calling it with no arguments returns the top examples, and a query matching nothing returns an empty list rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag strings to filter by, e.g. ["payments","onboarding"]. Combined with query when both are given. | |
| limit | No | Maximum examples to return, between 1 and 8. Values outside that range are rejected. | |
| query | No | Free-text keyword matched against example titles, summaries, and tags. Omit to browse without filtering. |