get_pipeline_details
Retrieve a complete pipeline including title, goal, all steps with tools, instructions, prompts, and pricing. Get actionable copy-paste prompts for each step.
Instructions
Full pipeline: title, goal, all steps with tools, instructions, prompts, pricing.
Args: slug: Pipeline slug (from search_pipelines). lang: "en" or "ru" (default "en").
Returns: Dict with title, goal, steps (each: step number, title, tool_name, tool_type, instruction, prompt_example, pricing, category, tool_url), step_count, page_url.
Use this to give the user a complete actionable plan with copy-paste prompts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| lang | No | en |