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
Name | Required | Description | Default |
---|---|---|---|
section | No | Specific section to extract (e.g., "overview", "examples", "api-reference") | |
url | Yes | URL of the documentation page to retrieve |