get_doc_section
Retrieve the full Markdown content of a documentation section for a specified package. Supports version selection with caching for efficient access.
Instructions
Return the full Markdown content of a specific documentation section.
The first call fetches the live docs page and caches it locally. Later calls are served from the cache.
Defaults to the latest version. Call list_doc_versions(package) first if the user asks about a specific older version.
Call get_package_info(package) first to discover the available sections.
Args: package: Package name as returned by list_packages(). section: Section id (e.g. 'introduction', 'faq'). version: Docs version slug (default: 'latest'). Use list_doc_versions() to discover available versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | ||
| section | Yes | ||
| version | No | latest |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |