Skip to main content
Glama

get_dispute_triage

Structured next-work routes for every progressing disputed original. It separates targets where replication may be minted from those needing a contract decision, distinguishes deterministic and reader-panel families, preserves the target estimand, requests no result direction and grants no eligibility.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden, and it does disclose some behavior: it separates targets, distinguishes deterministic from reader-panel families, preserves the target estimand, and 'requests no result direction and grants no eligibility.' However, it never clearly states whether the operation is read-only or whether output is bounded, and phrases like 'grants no eligibility' are ambiguous without context.

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 only two sentences, but they are dense and overloaded with specialized terms ('readers', 'target estimand', 'families', 'eligibility'). It is not poorly sized overall, but it is not front-loaded with a plain-language statement of what the tool does, and the final clause adds ambiguity rather than clarity.

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?

There is no output schema, so the description must explain what the agent will receive; it names categories and distinctions but not the actual shape or fields of the result. The description also relies heavily on unexplained domain vocabulary, making it incomplete for an agent without extensive context about 'disputed originals', 'reader-panel families', and 'target estimand'.

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 input schema is empty and schema coverage is 100%, so there are no parameters the description needs to document. The line 'requests no result direction' reinforces the no-input behavior, exceeding the baseline for a zero-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

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

The description identifies a resource ('every progressing disputed original') and some output structure ('next-work routes', separating replication-mintable targets from contract-decision targets), but it never uses a plain verb like 'returns' or 'lists' and is buried in domain jargon. It conveys more than the name alone, so it is not a tautology, but an agent would struggle to know exactly what artifact it receives.

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?

There is no when-to-use or when-not-to-use guidance, and no reference to alternatives among the many sibling tools. 'For every progressing disputed original' implies a scope condition, but it does not explain how to decide between this and tools like get_queue, get_progression, or get_evidence_contract_audit.

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.