Skip to main content
Glama

scope-change

Move a change order along

change_order_status

Move one change order along and stamp the date and note: draft to sent, sent to approved or rejected, either to void. Backwards steps, an unsent approval and a backdated move are all refused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoThe day it happened, YYYY-MM-DD. Default today
noteNoWhat happened, e.g. Emailed to the client, or Approved by phone, confirmed in writing
statusYesThe status to move to
change_orderYesThe change order id, e.g. CO-2026-0001, or its title when only one carries it

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Goes well beyond the sparse annotations by disclosing concrete behavior: it stamps the date and note, only allows forward status moves, and refuses backwards steps, unsent approvals, and backdated moves. These are meaningful behavioral constraints that help an agent predict outcomes and failure modes.

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?

Two compact sentences front-load the core action and then pack in the key constraints. Every sentence earns its place with no filler or repetition.

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 mutating status tool with no output schema, the description covers allowed transitions, refusal conditions, and side effects. It leaves minor unknowns such as the exact return value, but nothing essential for invoking the tool correctly is 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. The description adds value by tying the date and note parameters to the stamping behavior and by making status-transition rules explicit, such as 'backdated move refused' and 'unsent approval refused'.

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 and resource ('Move one change order along') and enumerates the exact allowed status transitions. The described status workflow makes it clearly distinct from siblings like change_order_create, change_order_delete, and change_order_get.

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 description conveys when it is appropriate to advance a change order through its workflow and which transitions are refused. However, it does not explicitly name alternatives or say when to choose this tool over siblings like change_order_create or change_order_delete; the usage must be inferred.

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.