Skip to main content
Glama

Change Check

change_check

Fetch a URL and compare its content fingerprint with the prior KV observation. Price: $0.10 USDC. Example: POST /v1/change-check

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

B3/5.0
Behavior3/5

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

Annotations already indicate non-read-only and open-world behavior, so the description's burden is lower. It adds useful context like the $0.10 cost and the comparison mechanism, but does not disclose whether it writes to KV or rate limits. This is acceptable given annotation coverage, but not richer.

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?

The description is concise and front-loaded with the core behavior, followed by cost and an example. Each sentence carries value, though the example endpoint is slightly redundant with the tool name.

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 single-parameter tool with no output schema, the description explains the core operation and pricing but omits what the response looks like (e.g., changed/unchanged) and the meaning of 'prior KV observation.' It is adequate but not fully self-contained.

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?

The schema has one 'url' parameter with 0% description coverage. The description only mentions 'URL' without adding meaning beyond the schema, failing to explain accepted formats, edge cases, or how the URL is used in fingerprinting. It does not compensate for the coverage gap.

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 clearly states the tool fetches a URL and compares its content fingerprint with a prior KV observation, naming the specific action and resource. It distinguishes from siblings by focusing on change detection, though it does not explicitly contrast with other check tools.

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 provided on when to use this tool versus alternatives like preflight or access_check. The description includes price and an example endpoint but lacks conditions, exclusions, or mention of sibling tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation2/5

Several tools overlap significantly: preflight, premium_preflight, and batch_preflight all perform URL preflight with varying price/features, and access_check appears to be a subset of preflight. This creates ambiguity in selecting the right tool for a task.

Naming Consistency3/5

Most names use snake_case, but the pattern varies: some end in _check, _preflight, _discovery, or _intel, and preflight is a single word without a verb. The naming is readable but not uniformly consistent.

Tool Count5/5

With 7 tools, the count is well within the ideal 3-15 range and appropriate for a URL preflight service that covers different access levels, batch processing, and specialized checks.

Completeness4/5

The tool set covers core preflight, access, commerce, API discovery, change detection, and batch operations. Minor gaps exist (e.g., no dedicated raw fetch or history endpoint), but they are not critical and can be worked around.

Resources