get_symbol_documentation
Fetch documentation for code symbols from local toolchain sources like go doc, pydoc, or cargo doc, including transitive dependencies not indexed by language servers.
Instructions
Fetch authoritative documentation for a named symbol from local toolchain sources (go doc, pydoc, cargo doc) without requiring an LSP hover response. Works on transitive dependencies not indexed by the language server. Returns the full doc text, extracted signature, and source tag. Falls back gracefully when the toolchain command fails or the language is unsupported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| language_id | Yes | ||
| file_path | No | ||
| format | No |