Skip to main content
Glama

Validate Evidence Review

validate_evidence_review

Check that an independent evidence review adequately covers the research artifact, ensuring migration decisions are based on complete evidence.

Instructions

Check that an independent evidence review actually covers the research artifact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reviewYes
researchYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Check' implies a read-only comparison, but the description does not state whether the tool mutates state, how coverage is determined, what happens on failure, or what the output represents.

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

Conciseness4/5

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

The description is a single, front-loaded sentence with an active verb and no filler. It is appropriately concise for a straightforward validation operation, though the brevity leaves behavioral and contextual details to other dimensions.

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?

For a tool with two opaque nested objects and no annotations, the description is too thin. It does not explain what 'covers' means, what a valid evidence review looks like, or how the validation result should be interpreted, leaving the agent without enough context to invoke the tool confidently.

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?

The schema provides only generic object types with 0% description coverage, so the description must compensate. It adds a useful semantic mapping: review corresponds to the evidence review and research to the research artifact. However, it does not explain required properties, nesting, or the structural relationship between the two objects.

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 a specific action ('check') applied to a specific resource ('independent evidence review') against another resource ('research artifact'). It conveys the tool's role in verifying coverage, though it does not explicitly distinguish it from siblings like validate_research_result.

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 guidance on when to use this tool versus alternatives such as validate_research_result or build_research_consensus. No workflow context, prerequisites, or exclusions are provided; the description only implies a verification scenario.

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