get_evidence_packet
Returns a compact, verified evidence packet from a knowledge graph to answer a question, keeping context token usage low.
Instructions
Primary AI agent retrieval interface: returns the smallest verified evidence packet sufficient to answer a question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | No | Optional specific claim | |
| question | No | The question or prompt to retrieve evidence for | |
| entity_id | No | Optional specific entity ID | |
| max_tokens | No | Token budget ceiling (default 1500) |