get_entity()
KeyA versioned entity dossier: summary, key facts, open questions — plus drill-down ids for the L2 reads behind each line.
get_entity(entity_id, as_of)→ DOSSIERCallable over MCP as get_entity(entity_id, as_of). REST mirror GET /v1/entities Planned — alpha is MCP-only
The L2 dossier when one entity is the subject: summary, key facts, open questions, and ids to drill further. The open-questions block is often the most useful part — it tells the agent what the workspace knows it doesn't know.
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 |
|---|---|---|
| entity_idREQUIRED | string | The entity to load. |
| as_of | timestamp | Dossier as of this moment. Default now. |

