x402-is-mersenne-prime
Is Mersenne Prime: Is Mersenne Prime
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value to process |
Is Mersenne Prime: Is Mersenne Prime
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value to process |
Changes observed during successful MCP inspections.
Input schema / properties / valueAdded value: +{
+ "description": "Value to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden, and it discloses nothing: not the return type (presumably a boolean), not the accepted input domain, not error behavior. It is a titled echo of the tool name.
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?
It is short, but that brevity is under-specification rather than conciseness: the title and the body are identical strings, so half the content is pure duplication with zero informational value.
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 numeric predicate tool with no annotations and no output schema, the definition should at minimum state that it returns a boolean and what inputs are valid. Neither is present, and the relationship to the near-identical x402-is-mersenne is left unexplained.
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?
There is a single parameter with 100% schema description coverage, so the baseline of 3 applies. However, the schema's own text ('Value to process') is generic and the description adds nothing about expected number format or range, so it does not exceed the baseline.
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 is a verbatim restatement of the name ('Is Mersenne Prime: Is Mersenne Prime'), i.e. a tautology. It does convey the resource implicitly through the name, but gives no explanation of what a Mersenne prime is, what the check returns, or how it differs from the very similar sibling x402-is-mersenne.
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?
There is no usage guidance whatsoever — no when-to-use, no prerequisites, no alternatives. An agent has to infer everything from the tool name and the crowded sibling list.
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.