flow-read-prerequisite
Check the required app or simulator state for a saved flow before executing it, by reading its prerequisite description without running the flow.
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`. |