get_action_schema
Retrieve full parameter schema, types, defaults, and example for an engine action to validate API calls before execution.
Instructions
FULL detail for ONE engine action: every parameter (type, required, description, allowed_values dropdown, default, example, min/max), what it returns, pricing, and a ready-to-run example_params. Call this right before call_engine so you send valid params — invalid enum values are rejected with the allowed list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| engine | Yes |