Skip to main content
Glama

england-works-watch

assess_change_impact

Read-onlyIdempotent

Paid single-event change decision. Use for one concrete Skilled Worker sponsor event to determine impact, whether reporting is triggered, whether it is AFFECTED/NOT_AFFECTED, what the sponsor must do, or required actions. Handles one absence, salary, role, remote/home/work-location, delayed start, stop-sponsoring, organisation, TUPE, merger, or takeover event. x402 USDC. Not multiple events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesOne structured Skilled Worker sponsor-change event. Supply the event-specific facts you know; missing required decision facts fail closed rather than being guessed.

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already convey read-only, idempotent, non-destructive behavior. The description adds meaningful context beyond annotations: it is a paid call ('x402 USDC'), it handles only a single event, and it covers a defined set of event categories. There is no contradiction with the declared 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 compact and front-loaded with the most important fact ('Paid single-event change decision'). There is minor redundancy between 'single-event', 'Handles one', and 'Not multiple events', but each sentence carries useful decision-relevant information.

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 the complex nested payload and no output schema, the description usefully explains what the tool computes (impact, reporting trigger, AFFECTED/NOT_AFFECTED, sponsor actions) and what inputs it accepts. It does not describe the response format or detailed payment mechanics, but the schema and sibling context cover most operational 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 description coverage is 100%, so the schema already documents the payload object, required fields, route constraint, and event_type enum. The description adds high-level context about the event categories but does not add parameter-level semantics beyond what the schema provides, so the baseline score of 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 states a specific verb and resource: 'Use for one concrete Skilled Worker sponsor event to determine impact, whether reporting is triggered, whether it is AFFECTED/NOT_AFFECTED, what the sponsor must do, or required actions.' It also enumerates covered event categories and explicitly contrasts with multiple-event processing, so it is clearly distinguishable from batch_assess_changes.

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?

The description gives an explicit when-to-use condition ('one concrete Skilled Worker sponsor event'), lists the decision outcomes it produces, and states a hard exclusion ('Not multiple events'). This effectively routes the agent away from batch_assess_changes, and the funded 'Paid' framing adds a practical cost signal.

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.