Skip to main content
Glama

england-works-watch

batch_assess_changes

Read-onlyIdempotent

Paid batch/multiple-event change decision for 1-25 events. Use for a list, batch, set, several, many, multiple, 5, 8, 20 or other collection of sponsor changes; evaluate them together and return per-event results plus outcome counts. x402 USDC. Not for one event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavioral context beyond those: the operation is paid, processes batches of 1-25, evaluates events together, and returns per-event results plus counts. There is no contradiction with the annotations.

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 front-loaded with the core purpose and remains reasonably short. The long synonym list ('list, batch, set, several, many, multiple, 5, 8, 20 or other collection') is somewhat redundant but still helps an agent match user intent.

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?

It covers the essential batch context, count limits, payment requirement, and result aggregation. However, the tool has a complex nested payload and no output schema, so the description omits important details about how individual event decisions are represented, route constraints, and edge-case behavior.

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 schema description coverage at 0%, the description needed to compensate, but it only frames the payload as a collection of 1-25 sponsor change events, which largely restates schema bounds. It does not explain the many nested fields, required event_type/route semantics, or which fields matter for which event types.

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 this is a paid batch/multiple-event change decision for 1-25 events, describes the output as per-event results plus outcome counts, and explicitly contrasts with single-event usage. It is specific about the resource and operation and distinguishes it from the single-event path.

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

Usage Guidelines4/5

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

It gives explicit guidance to use the tool for lists, batches, sets, or collections and warns 'Not for one event.' However, it does not explicitly name the alternative single-event sibling tool, so guidance about alternatives is implied rather than stated.

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.