Skip to main content
Glama
maraventano

MAP Maraventano Agent Protocol

Official

read-this-challenge

Decode an HTTP 402 payment challenge to reveal required payment amount, asset, chain, payee, and signing details. Paste the raw 402 body or header value.

Instructions

Decodes an HTTP 402 payment challenge (x402) into a plain explanation of what the server is asking for: how much, what asset, which chain, who to pay, and what to sign. Paste the raw 402 response body or the PAYMENT-REQUIRED header value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
challengeYesThe raw 402 response body, OR the value of the PAYMENT-REQUIRED header (base64-encoded x402 challenge)
Behavior3/5

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

No annotations are provided, so the description must cover behavioral details. It describes the tool as a decoder (non-destructive), but does not explicitly state that no modifications occur, clarify authentication requirements, or mention rate limits. The behavior is implied but not fully disclosed.

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 extremely concise: two sentences that front-load the purpose, input format, and output details. Every sentence adds value without redundancy.

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 the single parameter, no output schema, and no nested objects, the description provides everything needed to understand the tool's functionality: what it does, what input to provide, and what output to expect. It is complete for the tool's complexity.

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 the schema itself already describes the parameter well ('The raw 402 response body, OR the value of the PAYMENT-REQUIRED header (base64-encoded x402 challenge)'). The tool description repeats similar info and adds context about the output structure, but does not significantly enhance the semantic understanding of the parameter beyond the schema.

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: decoding an HTTP 402 payment challenge into a plain explanation with specific fields (amount, asset, chain, payee, signature). It is specific and distinguishes itself from sibling tools like 'decode-merchant' or 'verify-my-purchase', which handle different aspects.

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 clear instructions on what input to provide ('raw 402 response body or the PAYMENT-REQUIRED header value'), implying when to use the tool (when encountering a 402 payment challenge). However, it does not explicitly exclude alternative scenarios or mention when not to use it, leaving some room for ambiguity.

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/maraventano/map'

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