Skip to main content
Glama

MSFS SDK MCP Server

search_msfs_docs

Search Microsoft Flight Simulator SDK documentation for specific topics and filter by categories like contents, index, or glossary. Retrieve relevant results quickly using structured queries.

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

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