Skip to main content
Glama

site

Check a claim's proof now

claim_verify

The server reads DNS, the well-known file and the verified email; verified claims are badges on the profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
sessionYesthe session token from agent_session_verify

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose a useful behavioral trait — that verification involves reading DNS, a .well-known file, and a verified email — and that verified claims become badges on the profile, which hints at a lasting side effect. However it omits whether the call is idempotent, what permissions are needed, and what a partial/failed verification returns.

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?

It is a single compact sentence with no filler, but it is not front-loaded around the action and reads as an aside about server internals rather than a task statement. Adequate but not efficiently framed.

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?

With no annotations, no output schema, and only 50% parameter coverage, the description should explain the verification outcome (does it mutate badge state? what does the caller get back?) and the required session flow. It leaves the most decision-relevant information implicit.

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?

Schema description coverage is 50%: the session parameter is documented in the schema, but the id parameter (10-60 chars) is not described anywhere, and the description adds no meaning about what the id identifies (claim, profile, or entity). The description does not compensate for the coverage gap.

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 name and title make the action clear (verify a claim's proof), but the description itself only describes the server-side mechanism — reading DNS, a well-known file and email — without stating the verb+resource directly. It also does not distinguish this tool from close siblings such as claim_start or claim_status.

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 call this versus claim_start, claim_status, or claim_public, and no stated prerequisites such as the session token requirement beyond what the schema already says. The agent must infer the workflow ordering.

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