get_workflow_guide
Fetch a workflow's instruction file to learn the exact input format required before running it, preventing failures.
Instructions
Read the instruction file that ships with a workflow.
A graph says which inputs exist, never what belongs in them. Some workflows only work with input in a particular shape - Ideogram 4 wants a JSON caption carrying bounding boxes, not a prose prompt - and that convention lives in a Markdown file named after the workflow. Read it and follow it before calling run_workflow.
Workflows that have one are flagged as guide by list_workflows and
describe_workflow.
Args: name: workflow file name, without the .json extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||