fetch_latest_docs
Retrieve package documentation directly from the web, bypassing local cache to ensure fresh content.
Instructions
Force-fetch documentation for a package directly from the web, bypassing the local cache. Use this when the user wants the most up-to-date content or when cached content may be stale.
The fetched page is written to the local cache so later calls are fast. Fetches a specific section page if given, otherwise the docs homepage.
Args: package: Package name as returned by list_packages(). section: Optional section id (e.g. 'introduction', 'faq'). Leave empty to fetch the docs homepage. version: Docs version slug (default: 'latest'). Use list_doc_versions() to discover available versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | ||
| section | No | ||
| version | No | latest |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |