search_pipelines
Search over 100 ready-made AI workflow pipelines to find step-by-step recipes for multi-tool AI tasks. Enter a goal like 'podcast' to discover pipelines with prompts and tool sequences.
Instructions
Search 100+ ready-made AI workflow pipelines (step-by-step recipes).
A pipeline is a complete plan: which AI tools to use in what order, with ready-to-paste prompts at each step, to accomplish a specific goal.
Args: query: Free-text search over pipeline titles and queries. Examples: "podcast", "children book", "youtube channel automation". lang: Language for output ("en" or "ru"). Default: "en". limit: Max results (1-25, default 10).
Returns:
Dict with count and results. Each result: slug, title, goal, query,
hits (popularity), step_count, page_url.
Use this when the user describes a goal that involves multiple steps with multiple AI tools ("how do I make X using AI", "give me a workflow for Y"). After picking, call get_pipeline_details for full step-by-step plan with prompts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| lang | No | en | |
| limit | No |