Skip to main content
Glama

charlotte_diff

Compare a web page's current state to a previous snapshot, showing added, removed, moved, and changed elements for structural analysis.

Instructions

Compare current page state to a previous snapshot. Returns structural diff showing added, removed, moved, and changed elements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snapshot_idNoCompare against a specific snapshot ID (default: previous snapshot)
scopeNo"all" (default), "structure" (landmarks/headings), "interactive" (elements/forms), "content" (text/url/title)
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It describes the output but does not explicitly state if the operation is read-only or has side effects. It implies a non-destructive compare, but lacks explicit safety guarantees.

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-loading the action and output. Every word adds value, 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?

Given no output schema, the description adequately explains the return format. It covers parameter usage via schema. However, it does not mention prerequisites (e.g., existence of a snapshot) or error handling, leaving slight gaps.

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 coverage is 100%, so the schema already documents both parameters. The description adds minimal extra meaning beyond the schema, such as mentioning 'previous snapshot' for snapshot_id. Baseline 3 is appropriate.

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 the tool's purpose: comparing current page state to a previous snapshot and returning a structural diff with specific element changes (added, removed, moved, changed). This distinguishes it from sibling tools like navigation or clicking.

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

Usage Guidelines3/5

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

The description implies usage by describing the action, but it does not explicitly state when to use this tool (e.g., after taking a snapshot) or when to avoid it. No direct comparison to alternatives is provided.

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/TickTockBent/charlotte'

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