Skip to main content
Glama
S-CurveLabs

letin

Official
by S-CurveLabs

list_snapshots

Read-only

List automatic snapshots for a given source, newest first, enabling review and restoration of prior states before each write.

Instructions

Snapshots taken automatically before each write to this source, newest first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

B3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already signals a safe read operation. The description adds useful context by explaining snapshots are taken automatically before writes and are returned newest first, but it does not describe return shape, pagination, or any other behavioral details beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One short sentence front-loads the key fact that snapshots are automatic pre-write captures and ends with ordering. It is concise and efficient, though the implicit 'list' action could be more explicit.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with one required parameter, the core concept and ordering are present. However, the lack of any return-format detail and minimal explanation of the source parameter leaves some gaps an agent must infer.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must compensate, but it only says 'this source' without defining what a source is, what value is acceptable, or how to specify it. This adds minimal meaning beyond the required string property.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description conveys that this tool returns snapshots associated with a sourceanding the 'this source' context, and the 'newest first' ordering strongly implies a list operation. It is reasonably distinguishable from restore_snapshot and other siblings, though it lacks an explicit verb such as 'lists'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus alternatives like restore_snapshot. The description implies snapshots exist for review, but it does not state when listing is appropriate, what prerequisites exist, or which sibling tools to prefer in other scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.