Skip to main content
Glama

Server Details

Signed verification attestations for agent decisions: business, price, freshness, claim checks.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct verification domain: business, claim, freshness, and price. Descriptions clearly differentiate their purposes with no overlap.

Naming Consistency5/5

All tool names follow a consistent 'verify_' prefix plus a noun (business, claim, freshness, price), making the pattern predictable and easy to understand.

Tool Count5/5

4 tools is well-scoped for a verification oracle, covering essential verification types without becoming bloated or insufficient.

Completeness4/5

The set covers core verification needs (business, claims, freshness, prices) but could potentially include additional types like identity or document verification, though the current scope is reasonable.

Available Tools

4 tools
verify_businessAInspect

Verify a business or domain is real and established before your agent pays an invoice, onboards a vendor, or trusts it. A business-verification oracle for KYB, vendor screening, and fraud checks: RDAP registration age, DNS (A/MX/NS), email posture (SPF/DMARC), and HTTPS reachability. Returns a signed attestation with a 0-100 trust score and evidence URLs. Free tier is unsigned and rate-limited; the paid HTTP endpoint POST /verify/business ($0.05 USDC via x402) returns a cryptographically signed attestation suitable for audit trails.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to verify, e.g. example.com
Behavior5/5

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

With no annotations provided, the description carries full transparency burden. It discloses the output (signed attestation, 0-100 trust score, evidence URLs), behavioral differences between free (unsigned, rate-limited) and paid tiers (signed, $0.05 USDC via x402), and notes audit suitability. This is comprehensive for a verification tool.

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 front-loaded with the primary purpose and use cases. It consists of four sentences, each adding substantive information (checks, return value, pricing/tier differences). No filler, though it is slightly dense with multiple details packed into the final sentence.

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

Completeness5/5

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

Given a single parameter, no annotations, and no output schema, the description is remarkably complete: it specifies what checks are performed, what the return value includes (trust score, evidence URLs, signing), and pricing/rate-limit trade-offs. This is sufficient for an agent to select and invoke the tool correctly.

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 schema has 100% coverage for the single 'domain' parameter. The description adds meaning by explaining that the domain is used for RDAP, DNS, email posture, and HTTPS checks, which helps the agent understand what kinds of values are appropriate. This goes beyond the schema's basic example.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Verify' with a clear resource ('a business or domain'), states the goal ('is real and established'), and enumerates concrete checks (RDAP, DNS, email posture, HTTPS reachability). This clearly distinguishes it from sibling tools like verify_claim, verify_freshness, and verify_price.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool: 'before your agent pays an invoice, onboards a vendor, or trusts it'. It does not explicitly name alternatives or state when not to use it, but the distinct purpose makes the use context clear. The free vs paid tier guidance also adds actionable context.

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

verify_claimAInspect

Fact-check a single factual claim against web evidence before your agent relies on it. A fact-checking oracle and hallucination guard: returns a verdict (supported / contradicted / insufficient), a confidence score, and citations, as a signed attestation. Free tier is unsigned and rate-limited; the paid HTTP endpoint POST /verify/claim ($0.25 USDC via x402) returns a cryptographically signed attestation suitable for audit trails.

ParametersJSON Schema
NameRequiredDescriptionDefault
claimYesA single factual claim, 8-600 characters
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses the output (verdict, confidence, citations), the signed attestation, the free tier's unsigned and rate-limited nature, and the paid HTTP endpoint with cost and signing. It does not explicitly state that it is read-only, but that is implied by 'fact-check' and not contradicted by any annotations.

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 three sentences long, front-loaded with the purpose, then behavioral details, then pricing/auth. All sentences provide relevant information, but the third sentence about endpoint and pricing is somewhat detailed and could be condensed. It is not bloated, but not maximally concise.

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

Completeness4/5

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

For a simple one-parameter tool with no output schema, the description covers purpose, output format, and access tiers well. It lacks explicit caveats about error conditions or length limits, but those are partially in the schema. Overall, sufficient for an agent to select and invoke the tool correctly.

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 covers 100% of the single parameter ('claim') with a clear description. The tool description reiterates 'single factual claim' but adds no additional semantic detail (e.g., examples, formatting, edge cases). Baseline 3 is appropriate since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with an explicit verb and resource: 'Fact-check a single factual claim against web evidence.' It clearly distinguishes this from sibling verification tools (verify_business, verify_freshness, verify_price) by focusing on factual claims and calling itself a 'hallucination guard.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says 'before your agent relies on it,' which gives clear context for when to use the tool. It also implies it is for preventing hallucination. However, it does not explicitly state when not to use it or name alternatives (e.g., use verify_price for price checks), so it misses the 'explicit exclusions' threshold.

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

verify_freshnessAInspect

Check that a URL is live and its data is fresh before your agent acts on its contents. A freshness oracle: returns HTTP status, Last-Modified/ETag, a content SHA-256, and whether the content changed versus a prior hash. Returns a signed attestation. Free tier is unsigned and rate-limited; the paid HTTP endpoint POST /verify/freshness ($0.02 USDC via x402) returns a cryptographically signed attestation suitable for audit trails.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesFull URL including https://
prior_hashNoOptional prior SHA-256 hex to compare against
Behavior5/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. It explicitly lists the return data (HTTP status, Last-Modified/ETag, content SHA-256, changed flag, signed attestation) and explains the free vs. paid tier behaviors (unsigned/rate-limited vs. cryptographically signed). This is highly transparent and goes beyond what the structured schema provides.

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 concise and well-structured: the first sentence states the core purpose, the second enumerates the return values, and the third explains the tiers and pricing. Every sentence adds value with no redundancy or filler.

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

Completeness4/5

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

Given the tool's moderate complexity, the description covers the essential aspects: purpose, usage timing, return data, and tier differences. It does not explicitly mention error handling or edge cases (e.g., unreachable URL), but the listing of HTTP status implies that. With no output schema, the description's list of return fields is sufficient for most use cases. Slight lack of detail on failure modes prevents a 5.

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 input schema already describes both parameters with 100% coverage ('Full URL including https://' and 'Optional prior SHA-256 hex to compare against'). The description adds minimal extra meaning—it implies the prior hash is used for change detection—but does not significantly enrich parameter understanding. Per the baseline for high schema coverage, a 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Check that a URL is live and its data is fresh before your agent acts on its contents.' It specifies the resource (URL) and the action (verify freshness), and distinguishes from sibling tools (verify_business, verify_claim, verify_price) by focusing on URL content freshness and returning specific HTTP and content metadata.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear usage context: 'before your agent acts on its contents.' It also distinguishes between free (unsigned, rate-limited) and paid ($0.02 USDC via x402) tiers, giving practical guidance on when each is suitable. However, it does not explicitly state when not to use this tool or name alternative tools, so it falls short of a 5.

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

verify_priceAInspect

Confirm a crypto asset's price before your agent trades, quotes, or settles on it. A signed price oracle: cross-checks Coinbase, Kraken, and OKX for a median and flags divergence when sources disagree. Returns a signed attestation your agent can cite. Free tier is unsigned and rate-limited; the paid HTTP endpoint POST /verify/price ($0.02 USDC via x402) returns a cryptographically signed attestation suitable for audit trails.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker symbol, e.g. BTC, ETH, SOL
Behavior5/5

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

With no annotations provided, the description carries full burden and succeeds: it discloses the cross-checking of Coinbase/Kraken/OKX, median calculation, divergence flagging, and the signed attestation output. It also provides honest details about the free tier being unsigned and rate-limited, and the paid tier's cost and endpoint.

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 front-loaded with the main purpose, followed by mechanism, output, and pricing details. Every sentence adds value: purpose, oracle method, attestation, and tier differences. There is no fluff or redundancy, making it appropriately sized for the complexity.

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

Completeness4/5

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

Given the tool's moderate complexity (multi-exchange aggregation, signed attestation, tiered access), the description covers the key aspects: what it does, how it aggregates, output type, and free/paid distinction. It lacks explicit return format details, but no output schema exists, so some description of the attestation structure could be helpful. Still, it is quite complete for a one-parameter tool.

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?

Schema coverage for the single 'symbol' parameter is 100% with a clear description ('Ticker symbol, e.g. BTC, ETH, SOL'). The tool description does not add extra parameter-level semantics beyond what the schema provides, but no additional info is needed. The baseline of 3 is appropriate when schema covers everything.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Confirm a crypto asset's price before your agent trades, quotes, or settles on it.' This uses a specific verb and resource, and the scope is unambiguous. It distinguishes itself from sibling tools (verify_business, verify_claim, verify_freshness) by focusing exclusively on price verification.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear contexts for use ('before your agent trades, quotes, or settles on it') and explains the free vs. paid tiers. However, it does not explicitly mention when NOT to use this tool or name alternative verification approaches, though the sibling list implies alternatives for non-price verification.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources