Skip to main content
Glama

Check a request against what was agreed

check_scope_change
Read-only

Answers whether a new request is Included, Additional work, or Needs clarification, citing one of the confirmed lines. Only pass lines the person has confirmed were agreed. Never pass lines from not_found_in_text unless the person confirmed them, and never pass the original document — there is no field for it. If no lines have been confirmed yet, call draft_scope_record first and ask the person. Works for whoever sent the document or whoever received it. Free, no account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_textYesThe new request, in the words it was made.
confirmed_linesYesLines the person confirmed were agreed — from draft_scope_record, or in their own words.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
verdictYes
rationaleYes
cited_lineYes
confidenceYes
suggested_replyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds useful behavioral context beyond annotations, including that it works for both senders and receivers, requires no account, and that its output cites one of the confirmed lines. This goes beyond the structured annotation data.

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 delivers compact, useful operational constraints and prerequisites. Every sentence carries information an agent needs: what it answers, how to cite lines, what to avoid passing, when to use the sibling tool, applicability, and cost/authentication status. No wasted words.

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?

For a tool with only two parameters, full schema coverage, and an output schema, the description is complete. It covers the decision categories, input requirements, exclusions, prerequisite workflow, and scope of who can use it. Nothing an agent needs to invoke this tool correctly appears to be missing.

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 meaningful semantic constraints: only pass lines the person confirmed, never pass lines from not_found_in_text unless confirmed, and never pass the original document. These are important nuances not fully expressed in the schema and help the agent populate confirmed_lines correctly.

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 exactly what the tool does: it classifies a new request as Included, Additional work, or Needs clarification and cites a confirmed line. It also clearly distinguishes its role from the sibling tool by indicating when draft_scope_record should be used instead, so an agent can tell them apart.

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 explicit when-to-use guidance: if no lines have been confirmed, call draft_scope_record first and ask the person. It also provides clear exclusions, such as never passing lines from not_found_in_text unless confirmed and never passing the original document, which prevents incorrect usage.

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.

Resources