get_engine_schema
Retrieve a compact overview of an engine's actions, descriptions, required parameters, and return types to identify the appropriate action.
Instructions
COMPACT overview of ONE engine: every action with its description, required params and what it returns — but NOT the full param detail (kept lean so a 90-action engine stays token-cheap). Call this after search_engines to pick the right ACTION, then get_action_schema(engine, action) for that action's full params before call_engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | Yes |