x402-is-narcissistic
Is Narcissistic: Is Narcissistic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value to process |
Is Narcissistic: Is Narcissistic
| 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 burden of behavioral disclosure, and it discloses nothing: no statement of what the input represents, whether the result is boolean, what happens with invalid input, or the return shape. A pure tautology leaves the agent with zero behavioral signal.
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 text is short but wasteful — it repeats the same phrase twice rather than using the space to state the predicate's definition (e.g. an n-digit number equal to the sum of its digits raised to the nth power). Brevity here reflects under-specification, not concision.
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 one-parameter predicate tool with no annotations and no output schema, the description must at minimum define what is being tested and what the input domain is. It supplies neither, and gives no basis for discriminating against the many sibling 'is-*' predicates.
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 named 'value' whose schema description is the generic 'Value to process'. Schema coverage is nominally 100%, but the schema text itself conveys no meaning, and the description adds nothing about what kind of value (integer, digit string) is expected. Baseline 3 is not warranted because the structured field is effectively content-free.
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 Narcissistic: Is Narcissistic' merely restates the tool name twice, providing no verb-plus-resource statement of what the tool actually computes. It also fails to distinguish this tool from the near-identical sibling x402-is-narcissistic-number, so an agent cannot tell which to call.
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 guidance on when to use this tool versus alternatives such as x402-is-narcissistic-number, x402-is-armstrong, or the other numeric-classification siblings. Nothing indicates input domain, expected use, or exclusions.
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.