read_workflow_prompt_stacks
Retrieve a workflow's flow steps and their complete prompt stacks, including step IDs, names, and ordered user/system prompt snippets, to discover flowStepIds and view prompt composition.
Instructions
Resolve a workflow to its flow steps and each step's prompt stack in one read: per step you get its flowStepId, name, and its system/user prompt snippets (with link ids and order). This is how you discover the flowStepIds you need before placing prompts, and how you see a workflow's whole prompt composition. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow's id. |