get_facts()
KeyAs-of fact and entity-state queries. Ask what was true — and what was knowable — at any point in time, on both temporal axes.
get_facts(entity, as_of)→ FACTSCallable over MCP as get_facts(entity, as_of). REST mirror GET /v1/facts Planned — alpha is MCP-only
The as-of question: what was true about this entity at that moment — and separately, what could we have known? An agent checking a past decision's premises uses this instead of trusting its own reconstruction.
Over MCP, your agent invokes it on its own when the moment calls for it — just describe the situation. A Python SDK for headless runtimes is planned; this is what the call will look like.
| Param | Type | Description |
|---|---|---|
| entityREQUIRED | string | The entity to query. |
| as_of | timestamp | The moment to reconstruct. Default now. |

