Skip to main content
Glama

changeoracle

approval_check

Verify approval chain, SoD compliance, and prerequisites.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
change_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. The verb 'Verify' implies a non-destructive read operation, but this is never explicitly stated. It also does not mention any side effects, required permissions, rate limits, or what happens if validation fails. The description only lists what is verified, offering minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, front-loaded with the key action and targets. However, it is so terse that it borders on under-specification rather than effective conciseness. While there is no fluff, the brevity sacrifices necessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool complexity is moderate with one parameter and no output schema. The description names three verification areas but does not explain return values, success/failure criteria, or typical usage context. Since no output schema exists, the description should provide more behavioral context, which it fails to do, making it incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one required parameter 'change_id' with a string type, but the description provides no explanation of what 'change_id' represents, its format, or how to obtain it. With 0% schema description coverage, the description fails to compensate, leaving the sole parameter semantically undefined.

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 states the tool's action ('Verify') and resources (approval chain, SoD compliance, prerequisites), making its purpose clear. However, it does not differentiate from sibling tool 'sod_check', which likely overlaps in the SoD area, so it falls short of the highest distinction.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives like 'sod_check' or other siblings. It does not specify any exclusions, prerequisites, or typical scenarios for choosing this tool, leaving usage entirely implied.

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.