pipeline
Run or list multi-step pipelines on notebooks, automating tasks such as content ingestion and podcast generation.
Instructions
Manage and execute multi-step notebook pipelines.
Actions:
run: Execute a pipeline on a notebook
list: List all available pipelines (builtin and user-defined)
Args: action: Operation to perform (run, list) notebook_id: Target notebook UUID (required for action=run) pipeline_name: Pipeline name (required for action=run, e.g. "ingest-and-podcast") input_url: URL variable for pipelines that need it (replaces $INPUT_URL)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| notebook_id | No | ||
| pipeline_name | No | ||
| input_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||