list_document_snapshots
Retrieves version-history snapshots for a Huly document, providing snapshot metadata without content. Specify teamspace and document title or ID to get a list of point-in-time copies.
Instructions
List version-history snapshots for one Huly document. A snapshot is a saved point-in-time copy from the document's change history. Resolve the document by teamspace plus document title or ID. Returns snapshotId, documentId, teamspaceId, title, parentDocumentId, and timestamps; markdown content is intentionally omitted. Use get_document_snapshot with snapshotId when reading content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamspace | Yes | a string that will be trimmed | |
| document | Yes | a string that will be trimmed | |
| limit | No | Maximum number of snapshots to return (default: 50). |
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. |