Skip to main content
Glama

Wever Pay Open Exchange Public Beta

Get Verified Provider

get_verified_provider
Read-only

Inspect one signed provider identity and its verified offers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerIdNo

Schema Changelog

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

  1. Added

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is established. The description adds that the tool inspects a signed identity and verified offers, which implies signature verification and offer association, but it does not disclose behaviors like not-found handling, response shape, or failure modes.

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?

One concise, front-loaded sentence with no filler or repetition. It conveys the essential subject and scope efficiently.

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?

For a low-complexity, read-only tool with a single obvious parameter, the description is minimally adequate. However, with no output schema and no param documentation, an agent is left without details on what the returned verified offers look like or how providerId should be supplied.

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 0%, so the description must compensate, but it does not directly explain the providerId parameter. The meaning is loosely inferable from the phrase 'provider identity', yet requiredness, format, and source of the ID are left undocumented.

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 uses a specific verb 'Inspect' and names the resource as 'one signed provider identity' plus 'its verified offers'. It clearly communicates the tool's scope, but does not explicitly differentiate it from siblings like get_verified_offer or search_verified_offers.

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 provided about when to choose this tool over alternatives such as get_verified_offer or search_verified_offers. The description implies use for inspecting a provider identity, but there are no explicit conditions, exclusions, or alternative routing.

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