Skip to main content
Glama

MSFS SDK MCP Server

get_doc_content

Extract specific content, such as sections or API references, from MSFS SDK documentation pages by providing the URL. Simplify access to detailed SDK information for development purposes.

Instructions

Get detailed content from a specific MSFS SDK documentation page

Input Schema

NameRequiredDescriptionDefault
sectionNoSpecific section to extract (e.g., "overview", "examples", "api-reference")
urlYesURL of the documentation page to retrieve

Input Schema (JSON Schema)

{ "properties": { "section": { "description": "Specific section to extract (e.g., \"overview\", \"examples\", \"api-reference\")", "type": "string" }, "url": { "description": "URL of the documentation page to retrieve", "type": "string" } }, "required": [ "url" ], "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