analyze_workflow_reachable_outputs
Identify which upstream outputs a workflow step can read, enabling correct input binding without guessing field names.
Instructions
List the outputs a given step can read — i.e. what upstream steps make available to it. Use it to bind a step's inputs to real upstream outputs instead of guessing field names. Stateless, and safe for read-only service tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stepId | Yes | The step whose reachable inputs you want. | |
| document | Yes | The workflow document. |