retrieve_entity_snapshot
Fetch the current snapshot of any entity along with its provenance. Optionally specify a timestamp to reconstruct a historical snapshot.
Instructions
Retrieve the current snapshot of an entity with provenance information. Supports historical snapshots via 'at' parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | ||
| at | No | ISO 8601 timestamp for historical snapshot reconstruction | |
| format | No | Response text format. `markdown` (default for MCP) returns canonical deterministic markdown for KV-cache stability. `json` returns the raw snapshot payload for programmatic callers. |