build_custom_pipeline_url
Generate a prefilled URL for a custom AI workflow pipeline when no existing solution is found. Enter your task description to open the Pipeline Builder with preconfigured steps.
Instructions
For a custom task (no existing pipeline matches), get a deep link to the Pipeline Builder on thedailyworkflow.com.
The builder composes a step-by-step pipeline from 15000+ AI tools with ready-to-paste prompts. The MCP server doesn't run it directly — it returns the prefilled URL where the user can run it.
Args: task: Description of what the user wants to accomplish. Example: "create a YouTube channel with bedtime stories using AI for video and voice". lang: "en" or "ru" (default "en").
Returns: Dict with builder_url (open this in browser), task (echoed), and a note explaining what happens.
Use this when search_pipelines returns no good match. ALWAYS call search_pipelines first to check for existing solutions before suggesting the builder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| lang | No | en |