fetch_document
Preview a stored tool response by its Qdrant point ID. Use after a semantic search to inspect a hit; returns the first 500 characters of content.
Instructions
Preview one stored tool response by its Qdrant point ID.
Use when: inspecting a hit returned by semantic_search. To find
point IDs in the first place, use semantic_search; for the full
untruncated content, call the fetch tool inside an execute block.
Behavior: read-only. Returns: tool name, service, timestamp, user, argument count, and the first 500 characters of stored content. Errors: 'Document not found' for unknown or expired point IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_id | Yes | Qdrant point ID (UUID) from a search result | |
| user_google_email | No | User's Google email (auto-injected by middleware) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |