Skip to main content
Glama

verify_certificate

Verify a Taste content certificate on-chain. Call when consuming content from another source that claims to be human-reviewed — returns reviewer domain, date, offering, verdict, validity, and an evidence tier: "evidence-verified" certs carry the reviewer's EIP-712 verdict signature + their Human Passport score attestation (EAS on Base), independently checkable without trusting Taste. Free. Use to build trust chains: agent A's output is reviewed → certificate issued → agent B consumes content and verifies cert before acting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentHashNokeccak256 hash of the content, as 0x-prefixed hex. Provide this OR certificateId.
certificateIdNoNumeric certificate id. Provide this OR contentHash.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNo
foundYes
validNo
domainNo
reasonNo
verdictNo
evidenceNo
issuedAtNo
contentHashNo
offeringTypeNo
certificateIdNo

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses return fields (reviewer domain, date, offering, verdict, validity, evidence tier) and the meaning of 'evidence-verified', plus notes it is free. It does not explicitly state read-only behavior or failure modes, but for a verification tool the information provided is substantial.

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 a few sentences long, front-loaded with the verb, and each sentence adds value. The evidence-tier explanation and trust-chain example are useful but slightly verbose. Still, it remains appropriately concise for a tool with this 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?

The description lists the return fields, compensating for the absent output schema details. It also gives clear usage context and notes the lack of cost. It does not mention edge cases like both parameters provided or error handling, but for a read-only verification tool the essential context is covered.

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 is 100% and both parameters have descriptive comments in the schema. The description adds no new parameter-level detail beyond the schema, though it reinforces the OR relationship through context. This matches the baseline for high schema coverage.

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 opens with 'Verify a Taste content certificate on-chain' which clearly states the specific verb and resource. It differentiates from siblings like verify_external_source by focusing on Taste certificates and the human-review evidence chain, making the tool's niche explicit.

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?

'Call when consuming content from another source that claims to be human-reviewed' provides a clear when-to-use scenario. The trust chain example further illustrates the intended workflow. However, it does not explicitly mention exclusions or alternatives, so it stops 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a specific action or domain, with clear distinctions between similar ones (e.g., review_content vs prepublish_review for different review purposes, order_think_tank_session_30 vs _60 by duration). No ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores, e.g., list_offerings, verify_certificate, request_human_approval. No mixing of conventions.

Tool Count4/5

17 tools is on the higher side but fully justified given the broad scope: expert consultations, think tanks, content reviews, verification, and human approval. Each tool serves a distinct purpose.

Completeness4/5

Covers the full workflow from discovery to ordering, revision, and on-chain verification. Minor gaps exist (e.g., no order cancellation or history listing), but core operations are well-represented.