get_action_schema
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 | The action's name on that engine (from get_engine_schema, e.g. 'search'). Returns the full param detail (type, required, allowed_values, default, example, min/max), what it returns, pricing, and ready-to-run example_params. | |
| engine | Yes | The engine's name (e.g. 'zillow'), as returned by search_engines or get_catalog. |