Skip to main content
Glama

Provider Trust — Verify a Source or Provider

Check Identity

check_identity
Read-onlyIdempotent

Check live provider identity evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds the 'live' aspect, suggesting real-time or current data, but does not disclose what is returned, whether results vary, or any other behavioral details. No contradiction with annotations.

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?

A single sentence with no filler or repetition. The core action and subject are front-loaded, making it easy to parse quickly.

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

Completeness3/5

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

The tool is simple (no parameters) and the annotations cover safety and idempotency, but the description does not explain the return value or how this differs from verify_provider and other check_* siblings. It provides the core purpose but leaves contextual gaps.

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 tool has zero parameters and schema coverage is 100%, so the schema fully documents the input surface. The baseline of 4 applies; the description does not need to add parameter-level detail.

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 clear action ('Check') and a specific resource ('live provider identity evidence'). It is understandable, but it does not differentiate from the sibling verify_provider, and 'identity evidence' is somewhat vague.

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?

No guidance is given about when to use this tool versus alternatives like verify_provider or check_status. The description implies a read-only identity check but provides no context, prerequisites, or exclusions.

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.

TDQS

A3.7/5.0
Disambiguation4/5

Each check_* tool targets a distinct evidence domain (history, identity, payment, status), while compare_providers and verify_provider operate at a higher level. There is slight potential for verify_provider to be mistaken as a redundant aggregate of the checks, but the descriptions clarify its live-evidence role.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case convention, such as check_history, check_identity, compare_providers, and verify_provider. There are no mixed naming styles or vague verbs, and each name clearly signals its action and object.

Tool Count5/5

Six tools is well-scoped for a provider-trust verification server. Each check covers a necessary evidence category, and the two higher-level tools add comparison and final verification without unnecessary bloat.

Completeness5/5

The tool set covers the core verification workflow: historical evidence, identity, payment/contract readiness, backend status, side-by-side comparison, and final provider verification. Agents can complete a full trust-assessment flow without obvious dead ends or missing critical operations.

Resources