list_actions
List all safe, operable actions from the terminal agent-contract. Get action IDs, routes, endpoints, and safety details to use with run_action.
Instructions
List the safe operable actions (from the terminal agent-contract). Excludes safety-disabled and secret actions. Each row shows action_id, route_id, label, method, endpoint, request_contract, safety_class, whether it mutates local state, and whether it needs confirmation. Use action_id with run_action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route_id | No | Optional route id filter, e.g. 'backtest'. |