get_document_snapshot
Retrieve a point-in-time document history snapshot as markdown. Specify teamspace and document, then identify snapshot by ID, title, or created date.
Instructions
Get one point-in-time Huly document history snapshot and return markdown content. Resolve the document by teamspace plus document title or ID; resolve the snapshot by snapshotId, exact snapshot title, or exact createdOn timestamp. Prefer snapshotId from list_document_snapshots when titles or dates may collide. Restore is out of scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamspace | Yes | a string that will be trimmed | |
| document | Yes | a string that will be trimmed | |
| snapshot | Yes | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |