get_document
Fetch complete documentation content by providing the document ID located in search results.
Instructions
Get full document content by document ID from search results.
Use this to retrieve the complete content of a document after finding it via search_docs. The doc_id can be found in search results (typically shown in the path or title).
Args: doc_id: Document ID from search results (e.g. "python~3.13/library/functions#print")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |