email_grade
12-point cold email score with concrete fixes ($0.005 USDC on Base, x402)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain-text email body | |
| subject | Yes | Email subject line |
12-point cold email score with concrete fixes ($0.005 USDC on Base, x402)
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain-text email body | |
| subject | Yes | Email subject line |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Since annotations are absent, the description carries the full burden, and it does disclose a significant behavioral trait: the tool costs $0.005 USDC on Base via x402. It also implicitly promises a 12-point score and actionable fixes, which defines the output shape. It does not mention side effects, rate limits, or data handling, but for a stateless scoring API the payment and output details provide meaningful transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact phrase that front-loads the core purpose before adding the cost detail in parentheses. There is no wasted wording, though the lack of a proper sentence structure is a minor flaw. It is concise without being under-specified.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter tool, the description covers the main value proposition and cost, but it does not explain the output format or the x402 payment flow that the agent needs to invoke. Without an output schema, a bit more detail about what 'concrete fixes' look like would improve completeness. It is adequate but leaves some operational ambiguity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with both subject and body having clear descriptions ('Email subject line' and 'Plain-text email body'). The tool description adds no parameter-specific meaning beyond what the schema already provides, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as providing a 12-point cold email score with concrete fixes, which is a specific resource and outcome. It is visually distinct from sibling tools like email_template and deliverability_audit, making the tool's role easy to infer. However, it lacks an explicit verb such as 'scores' or 'returns', so it reads as a noun phrase rather than a direct action statement.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no guidance on when to use this tool versus alternatives like email_template or deliverability_audit. It does not state conditions, exclusions, or prerequisites beyond the payment notice. Usage context is only implied by the tool's name and purpose, not explicitly communicated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a clear, non-overlapping purpose: catalog lists the paid tools, and the others cover distinct utilities like crypto pricing, email deliverability, hashing, JWT decoding, regex, slugify, UUID generation, and weather. Even the three email-related tools are clearly separated by description: deliverability audit, score, and template.
Most tools follow a lowercase snake_case noun_noun pattern (crypto_price, domain_age, email_grade), but catalog and weather are bare nouns, slugify is verb-based, and jwt_decode is object+verb. The pattern is readable despite the inconsistency, but not uniform.
Thirteen tools is within the reasonable range for a paid micro-tool marketplace, and each tool has its own niche. The presence of a meta-catalog tool plus 12 discrete utilities makes the count feel slightly like a grab-bag, but still well-scoped for the stated purpose.
The advertised surface is a catalog of exactly 12 paid tools, and all 12 utilities are present and functional with free preview routes mentioned. There is no obvious missing operation for a stateless utility collection, though the heterogeneous nature of the tools makes completeness less meaningful than for a focused domain server.