get_document_summary
Retrieve summary, title, tags, source, and chunk count for a specific document by its ID. Use after listing collections to get detailed document information.
Instructions
Get summary and metadata for a specific document.
Returns structured information about a document including:
Title (extracted or inferred from content)
Summary (first chunk preview or metadata summary)
Tags (document-level tags/categories)
Source path
Chunk count
Use this tool after list_collections to get details about specific documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The document ID to retrieve summary for. Can be full doc_id (e.g., 'doc_abc123') or the hash portion. | |
| collection | No | Collection name to search in. If not specified, searches the default collection. |