retrieve_entity_snapshot
Retrieve an entity's current or historical snapshot with full provenance information. Use the 'at' parameter for past versions.
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. |