Skip to main content
Glama

MSFS SDK MCP Server

list_category_items

Retrieve all items from specific documentation categories—index, contents, or glossary—within the Microsoft Flight Simulator SDK. Ideal for structured access to SDK resources.

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" }
Install Server

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