Skip to main content
Glama

Interpret a proven commercial change

interpret_commercial_change
Read-only

SEMANTIC INTERPRETATION over PRICING AND COMMERCIAL-OFFER PAGES ONLY. Requires a target that already has two persisted observations with a deterministic CONTENT_CHANGED verdict; it never refetches the page and never decides whether a change occurred. Input: targetId (returned by observe_public_page), optionally fromObservationId/toObservationId. Returns classified commercial changes (price, plan, discount, availability, packaging...) where every claim quotes observed before/after text, plus rejected claims and their rejection reasons. Uncertainty: unsupported, immaterial, numerically inconsistent or low-confidence claims are discarded. Non-commercial pages return INSUFFICIENT_EVIDENCE with no changes. There is no guarantee that a page contains commercial intelligence. Cost: free beta, model-backed and separately rate limited per credential.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetIdYesTarget UUID from a previous observation.
toObservationIdNoOptional 'after' observation UUID.
fromObservationIdNoOptional 'before' observation UUID.

TDQS

A4.9/5.0
Behavior5/5

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

The description adds substantial behavior beyond annotations: it never refetches, never decides whether a change occurred, discards uncertain or inconsistent claims, and is model-backed and rate limited per credential. Annotations indicate read-only and non-destructive, and the description confirms and expands on this with specific operational details.

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 front-loaded with the core purpose and then packs every sentence with relevant details: input requirements, output structure, uncertainty handling, edge cases, and cost/rate limits. No fluff or repetition detracts from its informativeness.

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

Completeness5/5

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

With no output schema, the description thoroughly covers what to expect: classified changes (price, plan, discount, availability, packaging), quoted before/after evidence, rejected claims with reasons, INSUFFICIENT_EVIDENCE for non-commercial pages, and the caveat that commercial intelligence is not guaranteed. This fully equips the agent to decide when and how to invoke it.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds useful context: targetId comes from observe_public_page, and fromObservationId/toObservationId represent before/after observations. This links the parameters to the intended workflow beyond what the schema's one-line descriptions offer.

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 function: semantic interpretation over pricing/commercial-offer pages, classifying proven commercial changes. It explicitly distinguishes from the sibling observe_public_page by noting it never refetches and requires prior observations.

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 gives explicit preconditions: requires a target with two persisted observations and a CONTENT_CHANGED verdict. It also tells when not to expect useful output (non-commercial pages return INSUFFICIENT_EVIDENCE) and references the companion tool observe_public_page for obtaining targetId.

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

A4.6/5.0
Disambiguation5/5

Each tool has a completely distinct role: observe_public_page handles deterministic fetching and change detection, while interpret_commercial_change handles semantic interpretation of those changes. No overlap or ambiguity exists.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern in snake_case (observe_public_page, interpret_commercial_change). The naming is clear, predictable, and uniformly styled.

Tool Count3/5

With only 2 tools, the server is on the thin side, but the pair forms a complete workflow (observe, then interpret). The narrow scope justifies the small count, though it feels minimal.

Completeness4/5

The tool surface covers the core lifecycle: observing a page, detecting changes, and interpreting commercial significance. Missing management operations (e.g., listing targets) are minor and not essential to the primary purpose.