Skip to main content
Glama

Server Details

Reads what was agreed and answers whether a new request is Included, citing only confirmed lines.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.7/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clearly distinct role: one extracts scope lines from text, the other checks a new request against confirmed lines. The descriptions cross-reference each other but there is no functional overlap.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: draft_scope_record and check_scope_change. The pattern is clear and predictable.

Tool Count4/5

Only two tools, but the server's purpose is deliberately narrow—extracting scope and checking changes. The pair covers the complete workflow without unnecessary extras.

Completeness5/5

The workflow is complete: draft_scope_record parses documents into traceable lines, the user confirms them, and check_scope_change classifies new requests against those confirmed lines. No missing steps for the stated domain.

Available Tools

2 tools
check_scope_changeCheck a request against what was agreedA
Read-only
Inspect

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.

ParametersJSON 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

ParametersJSON Schema
NameRequiredDescription
labelYes
verdictYes
rationaleYes
cited_lineYes
confidenceYes
suggested_replyYes

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.

draft_scope_recordRead what was agreedA
Read-only
Inspect

Reads a proposal, quote, estimate, contract, or email thread and returns the terms it actually states, each traced to the words it came from. Works for whoever sent the document or whoever received it. Pass the text exactly as written — do not summarise it first. Remove names, email addresses and account numbers before pasting. Returns two lists: lines (found in the text) and not_found_in_text (things the text does not clearly say). Show both to the person and ask which lines they agree were agreed, then call check_scope_change with only those. The text is processed by an AI model to produce the lines and is deleted within 24 hours. Free, no account.

ParametersJSON Schema
NameRequiredDescriptionDefault
agreement_textYesThe proposal, quote, estimate, contract, or thread, pasted as written.

Output Schema

ParametersJSON Schema
NameRequiredDescription
linesYes
formatYes
statusYes
partiesYes
versionYes
no_termsNo
next_stepYes
confidenceYes
lines_hashYes
not_found_in_textYes

TDQS

A4.7/5.0
Behavior5/5

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

Discloses two important behavioral facts beyond annotations: the text is processed by an AI model and is deleted within 24 hours. It also instructs the user to remove PII, clarifying data-handling expectations. This meaningfully extends the read-only perspective already marked by annotations.

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?

Every sentence earns its place: purpose, recipient orientation, exact-text handling, redaction, output shape, next step, data deletion, and account requirement. It is dense but not verbose, with no repetition of the schema and no filler.

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 single-parameter, read-only tool, the description covers all necessary operational details: input format, PII handling, output semantics, follow-up action, privacy, and cost. The output schema likely encodes structures, but the description explains the meaning and step-by-step usage, leaving no guesswork.

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?

The schema already documents the agreement_text parameter well, so the baseline is 3. The description adds useful operational guidance: pass the text exactly as written, do not summarise first, and remove names, emails, and account numbers before pasting. This goes beyond a mechanical schema-required description and makes invocation safer.

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?

States a specific verb, resource, and outcome: it reads a document (proposal, quote, contract, etc.) and returns the terms it actually states, each traced to the words it came from. It also differentiates from the sibling check_scope_change by explaining how to use that tool after.

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?

Provides a clear workflow: pass the exact text, show the returned lists to the user, ask which lines were agreed, then call check_scope_change with only those. It tells the agent when to use this tool and how to proceed, though it does not spell out explicit negative use cases.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedcheck_scope_change
    • First observeddraft_scope_record

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Checks whether a supplier RFP response addresses each requirement explicitly stated by the buyer, using deterministic text rules for requirement extraction and coverage checking.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables agents to turn customer conversations into provably correct remodeling quotes by extracting catalog-bounded line items with evidence and calculating prices deterministically.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Acquis gives your assistant exact, verifiable access to EU digital regulation. Instead of paraphrasing from training data, it returns the verbatim provision of the current consolidated version — with the full citation (act, article, paragraph, point), its in-force status, the consolidation date, and a deep link to EUR-Lex so every claim can be checked. The legal text is rendered from the signed c
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources