Search SimVars
msfs_search_simvarsSearch flight simulator SimVars by keyword to see units and settable status, confirming correct arguments for get/set operations. Results support pagination and category filtering.
Instructions
Search the SimVar catalog by keyword.
Returns each variable's units and whether it is settable, so you can call msfs_get_simvar or msfs_set_simvar with the right arguments. Results are paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results | |
| offset | No | Results to skip, for paging | |
| keyword | Yes | Search term, e.g. 'altitude', 'engine' | |
| category | No | Restrict to one category, e.g. 'Aircraft Position' | |
| response_format | No | 'markdown' for a compact table, 'json' for rows | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |