Skip to main content
Glama
GENESISRE

genesis-proofrelay

proofrelay.get_verifier_status

Read-onlyIdempotent

Look up the public status and discovery metadata of the ProofRelay verifier, including endpoint URLs, tool count, and trust boundary, requiring no authentication.

Instructions

Read-only status lookup for public ProofRelay discovery metadata. Use first to confirm the hosted MCP endpoint, server-card URL, product URL, public tool count, and trust boundary. Requires no authentication, performs no network call from this local wrapper, mutates nothing, and returns JSON text with status, URLs, counts, and non-confidential boundary notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
server_nameYes
hosted_mcp_endpointYes
server_cardYes
product_pageYes
public_tool_countYes
local_glama_tool_countYes
boundaryYesPublic-safe operating boundary and non-claims.
Behavior4/5

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

Description adds beyond annotations: 'performs no network call from this local wrapper' and 'returns JSON text'. Annotations already cover readOnly, destructive, idempotent hints, so description enriches with important behavioral details.

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?

Three sentences, front-loaded with purpose, no unnecessary words. Every sentence adds value, efficient and clear.

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 no parameters and existing output schema, description covers all needed context: purpose, usage order, side effects, authentication, and return type. Complete for this simple tool.

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?

Tool has zero parameters, so description does not need to add parameter info. Baseline 4 for 0 parameters 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?

Description clearly states it is a read-only status lookup for public ProofRelay discovery metadata, specifying exactly what it retrieves (endpoint, URLs, counts, trust boundary). It is distinct from sibling tools which focus on helper, recommendation, risk scanning, or 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?

Explicitly says 'Use first to confirm' indicating it should be used before other tools. However, it does not explicitly state when not to use or name alternative tools, but the context of siblings provides implicit guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GENESISRE/proofrelay'

If you have feedback or need assistance with the MCP directory API, please join our Discord server