get_symbol_documentation
Fetch authoritative documentation for any symbol from local toolchain sources, including transitive dependencies, with full doc text and signature. Works even when LSP hover is unavailable.
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 |
|---|---|---|---|
| format | No | ||
| symbol | Yes | ||
| file_path | No | ||
| language_id | Yes |