fetch_document
After searching for relevant chunks, retrieve the full source document by its ID to read the complete text, title, and URL.
Instructions
Fetch one full source document by its id.
Use this after search_documents to read a promising source in full instead of reasoning from a chunk. Returns id, title, url, and the complete text.
Args: doc_id: The document id exactly as returned by search_documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |