pipeline
Execute automated sequences on notebooks and list available workflow templates.
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)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform (run, list) | |
| notebook_id | No | Target notebook UUID (required for action=run) | |
| pipeline_name | No | Pipeline name (required for action=run, e.g. "ingest-and-podcast") | |
| input_url | No | URL variable for pipelines that need it (replaces $INPUT_URL) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||