Skip to main content
Glama

MSFS SDK MCP Server

search_msfs_docs

Find specific topics in Microsoft Flight Simulator SDK documentation using targeted queries with optional filters for categories and result limits.

Instructions

Search MSFS SDK documentation for specific topics

Input Schema

NameRequiredDescriptionDefault
categoryNoOptional category filter (e.g., "contents", "index", "glossary")
limitNoMaximum number of results to return
queryYesSearch query for MSFS SDK documentation

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Optional category filter (e.g., \"contents\", \"index\", \"glossary\")", "enum": [ "contents", "index", "glossary", "all" ], "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results to return", "maximum": 20, "minimum": 1, "type": "number" }, "query": { "description": "Search query for MSFS SDK documentation", "type": "string" } }, "required": [ "query" ], "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