Skip to main content
Glama
GENESISRE

genesis-proofrelay

proofrelay.scan_mcp_risk

Read-onlyIdempotent

Scan public MCP descriptor metadata for advisory risk signals before trusting an MCP server. Flags mutating tools, payment language, credential signals, or missing metadata in JSON output.

Instructions

Read-only advisory scan of caller-supplied public MCP descriptor metadata. Use before registering or trusting an MCP server to flag mutating tools, payment or wallet language, credential signals, or missing public metadata; use verify_bundle for evidence bundles instead. Requires no authentication, does not fetch server_url, mutates nothing, is not a security certification, and returns JSON text with status, findings, recommended_control, non_claims, and boundary fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_urlNoOptional public MCP server URL used only as supplied metadata. This local wrapper does not fetch it.
descriptorNoOptional public MCP descriptor or listing metadata to inspect for advisory risk signals.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
findingsYes
recommended_controlYes
non_claimsYes
boundaryYesPublic-safe operating boundary and non-claims.
Behavior5/5

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

Beyond annotations (readOnlyHint, idempotentHint), description adds 'does not fetch server_url', 'mutates nothing', 'is not a security certification', and details return fields. 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?

Four sentences, each serving a distinct purpose: purpose, usage, constraints, output. No redundant or missing information. Efficient and well-structured.

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 zero required parameters, simple input, and presence of output schema, description is thorough: covers behavior, constraints, alternatives, and output structure. No gaps identified.

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?

Schema coverage is 100% with baseline 3. Description adds nuance for 'server_url' parameter (clarifying it is not fetched), but does not add new info for 'descriptor' parameter. Overall, good supplementary context.

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 'Read-only advisory scan of caller-supplied public MCP descriptor metadata', specifying verb, resource, and scope. It distinguishes from sibling 'verify_bundle' by explicitly mentioning it as an alternative.

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

Usage Guidelines5/5

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

Provides explicit usage context: 'Use before registering or trusting an MCP server' and lists specific flags (mutating tools, payment language, etc.). Also names alternative tool 'verify_bundle' and states that no authentication is required.

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