flow-read-prerequisite
Read the execution prerequisite of a saved flow to verify required state before running it, preventing failed executions.
Instructions
Read the execution prerequisite of a saved flow without running it. Returns the prerequisite description so you can verify the required state is met before calling flow-execute. Use when you need to check what app/simulator state is required before executing a flow. Fails if the flow file does not exist in the .argent/flows/ directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the flow to inspect (e.g. "settings-explore") | |
| flow_file | No | Path to the flow .yaml as readable by the tool-server. Internal — the argent client derives it from project_root and name automatically; leave unset. | |
| project_root | Yes | Absolute path to the project root directory that contains `.argent/flows/<name>.yaml`. |