query_generate_skeleton
Generate a query skeleton for an ODS entity and operation, using the entity name and query type (get_all, get_by_id, get_by_name, search_and_select).
Instructions
Generate a query skeleton for a specific entity and operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Type of query: get_all, get_by_id, get_by_name, search_and_select | get_all |
| entity_name | Yes | ODS entity name (e.g. 'AoTest', 'AoMeasurement', 'AoSubMatrix') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||