Skip to main content
Glama
sinnhirl

cdt-smart-snapshot

by sinnhirl

snapshot_diff

Get only the changes between page states, showing added, removed, or changed nodes with context. Reduces token usage by consuming minimal data after the initial snapshot.

Instructions

Returns only the changes between the current page state and the previous smart_snapshot call. Added/removed/changed nodes with a few lines of context. Use this on every step after the first to consume minimal tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoSame as smart_snapshot.
maxDepthNoSame as smart_snapshot.
includeHiddenNoSame as smart_snapshot.
Behavior4/5

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

With no annotations, the description carries the burden of disclosure. It describes the diff-only output, adds context about added/removed/changed nodes, and mentions token efficiency. It does not mention error handling for missing previous snapshot, but the dependency is implied.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the core purpose and followed by a usage tip. Every word earns its place, with no redundancy.

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

Completeness4/5

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

For a tool with three optional parameters and no output schema, the description adequately explains purpose, usage, and return type. It lacks explicit failure behavior if no previous snapshot exists, but overall is sufficient for selection and invocation.

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

Parameters3/5

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

Schema descriptions cover all three parameters, referencing smart_snapshot, giving 100% coverage. The tool description adds no extra detail about verbose, maxDepth, or includeHidden, so it meets the baseline for high schema coverage.

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

Purpose5/5

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

The description clearly states it returns only changes between the current page state and the previous smart_snapshot call, which is a specific verb and resource. This distinguishes it from sibling tools like smart_snapshot (full snapshot) and page_status.

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

Usage Guidelines5/5

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

It explicitly instructs to use this tool on every step after the first to minimize token consumption, implying the first step should use smart_snapshot. This provides clear when-to-use guidance and names the alternative.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sinnhirl/cdt-smart-snapshot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server