iranti_query
Retrieve specific facts from persistent memory by providing exact entity and key values. Returns current values with confidence, source, and temporal metadata for known data points.
Instructions
Retrieve the current fact for an exact entity+key lookup. REQUIRED: call iranti_attend before this discovery tool so Iranti can decide whether memory should be injected before exact lookup. Use this when you already know both the entity and the key. Returns the current value, summary, confidence, source, and temporal metadata when available. Prefer this over iranti_search when the target fact is already known, and do not answer from memory alone before checking Iranti.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity in entityType/entityId format. | |
| key | Yes | Fact key to retrieve. | |
| agent | No | Override the default agent id for protocol tracking. | |
| agentId | No | Alias for agent. Override the default agent id for protocol tracking. |