Skip to main content
Glama

SYMBaiEX Evidence MCP

evidence_verify_claim

Verify one stored public claim against version-bound citations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already specify readOnlyHint=false, openWorldHint=false, idempotentHint=false, and destructiveHint=false, so the safety profile is partially covered. However, the description adds almost no behavioral context beyond the annotations: it does not explain what verification changes, whether a result is persisted, or what happens on failure, which matters because the operation is not read-only.

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?

The description is a single front-loaded sentence with no filler or repetition. Every word contributes to stating the operation and its scope.

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 non-read-only tool with one undocumented parameter, no output schema, and many sibling tools, the description is too sparse. It states the core action but omits usage context, parameter sourcing, and enough behavioral detail for an agent to invoke it confidently.

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

Parameters2/5

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

The schema has 0% description coverage for the single required claimId parameter, so the description must compensate. It implies that 'one stored public claim' is identified by the parameter, but gives no format, source, or example for claimId, adding little beyond the schema's type and length constraints.

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 states a specific verb and resource: verify one stored public claim against version-bound citations. It is more specific than a tautology and indicates scope ('one stored public claim'), but it does not explicitly distinguish itself from closely related siblings such as evidence_version_claims or evidence_claim_timeline.

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 explicit guidance on when to use this tool versus alternatives, nor any prerequisites or exclusions. The description implies the tool is for verifying a stored claim, but that implication is minimal and leaves routing decisions to the agent.

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.

Resources