Skip to main content
Glama

MSFS SDK MCP Server

list_category_items

Retrieve all documentation items for a specified category (index, contents, or glossary) from the Microsoft Flight Simulator SDK using structured queries.

Instructions

Returns all items for a given documentation category

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory to list items from (index, contents, or glossary)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category to list items from (index, contents, or glossary)", "enum": [ "index", "contents", "glossary" ], "type": "string" } }, "required": [ "category" ], "type": "object" }

Other Tools from MSFS SDK MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/90barricade93/MSFS-SDK-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server