Skip to main content
Glama
mizukaizen

@melis-ai/x402-tools-mcp

by mizukaizen

notifyrelay_email

Send transactional emails to allowlisted domains with rate limits. Pay $0.005 USDC per email, no account required.

Instructions

[$0.005 USDC] Send a transactional email. Allowlisted recipient domains; rate-limited per IP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
bodyYes
subjectYes
Behavior3/5

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

The description discloses key behavioral traits: cost ($0.005 USDC), domain restrictions, and rate limits. However, it does not cover other important aspects like idempotency, delivery guarantees, or error behavior. With no annotations, the description carries the full burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at one sentence plus a note, but it is incomplete. It could include essential param details without becoming verbose, so it earns a mid-range score.

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

Completeness2/5

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

Given the simplicity of the tool (3 required params, no output schema) and absence of annotations, the description is incomplete. It lacks parameter descriptions and does not explain return values or errors, leaving the agent underinformed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds no meaning beyond the input schema. With 0% schema coverage, it fails to explain parameter formats, semantics, or constraints. It does not describe the 'to', 'subject', or 'body' fields.

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

Purpose4/5

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

The description clearly states the tool sends a transactional email, specifying the action and resource. It distinguishes from sibling tools like notifyrelay_telegram and notifyrelay_webhook, but could be more explicit about the transactional context.

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

Usage Guidelines3/5

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

The description implies usage for transactional emails and mentions constraints (allowlisted domains, rate limiting), but does not provide explicit guidance on when to use this tool versus alternatives or when not to use it.

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/mizukaizen/x402-tools-mcp'

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