retrieve_entity_snapshot
Retrieve the current snapshot of an entity with full provenance information. Optionally, reconstruct a historical snapshot using an ISO 8601 timestamp.
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. |