Skip to main content
Glama

scope-change

Running contract value

contract_value

The running value of one quote or work order: original, approved deltas and current value, with pending draft and sent deltas kept apart. Net of VAT. A reference with no change order is refused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referenceYesThe quote or work order this change order is against, by its id, e.g. Q-2026-0003 or WO-2026-0001

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

The description adds meaningful behavioral detail beyond the sparse annotations: pending draft and sent deltas are kept apart, the value is net of VAT, and a reference with no change order is refused. It does not explicitly state whether the operation is read-only, but the content strongly implies a non-mutating value lookup.

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?

Three short sentences pack in the resource, the value components, VAT treatment, and an error condition without any filler. The structure is front-loaded with the core definition followed by refinements.

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?

For a single-parameter tool with no output schema, the description covers the essential output semantics, VAT handling, and a key error case. It could be more explicit about the return shape or currency, but nothing critical is missing for a competent agent to call it correctly.

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 coverage is 100%, and the reference parameter is already well documented with format and examples. The description contributes little beyond confirming the input is a quote or work order, 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.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (one quote or work order) and the computed output (running value with original, approved deltas, and current value). It is specific enough to distinguish this from change-order CRUD siblings, though it lacks an explicit verb and does not name sibling exclusions.

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

Usage Guidelines3/5

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

The intended use is implied: use this tool when you need the running value of a quote or work order. However, it does not state when not to use it or mention alternatives such as change_order_get or change_order_list, leaving routing partly to inference.

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.