List HubHop Aircraft
msfs_list_hubhop_aircraftLists aircraft with HubHop presets to get exact vendor and model names, preventing empty search results from mismatched filters. Caches the preset database and supports forced refresh.
Instructions
List the aircraft that HubHop has presets for.
Use this to find the exact vendor and aircraft spelling to pass to msfs_search_hubhop -- HubHop matches those filters exactly, so getting the spelling from here first avoids a filtered search that silently finds nothing because of a mismatched name.
Like msfs_search_hubhop, the first call in this server's session downloads the full preset database (roughly 32,000 presets, ~17 MB), which can take several seconds; the two tools share the same in-memory copy afterwards, refreshed automatically every 6 hours. Pass refresh=True to force an immediate re-fetch instead of waiting on that. Requires internet access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results | |
| offset | No | Results to skip, for paging | |
| vendor | No | Restrict to one vendor, e.g. 'FenixSim' | |
| refresh | No | Bypass the cached preset database and re-fetch from HubHop before listing. Use this if an aircraft was added to HubHop recently and is not showing up. | |
| response_format | No | 'markdown' for a table, 'json' for rows | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |