get_symbol_documentation
Retrieve authoritative documentation for any symbol from local toolchain sources, including transitive dependencies not indexed by the language server. Returns full doc text, signature, and source tag.
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 |