x402-power-unit
Power Unit: Power of unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | To to process | |
| from | No | From to process | |
| value | No | Value to process |
Power Unit: Power of unit.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | To to process | |
| from | No | From to process | |
| value | No | Value to process |
Changes observed during successful MCP inspections.
Input schema / properties / fromAdded value: +{
+ "description": "From to process",
+ "type": "string"
+}Input schema / properties / toAdded value: +{
+ "description": "To to process",
+ "type": "string"
+}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 mention of whether the operation is a read/pure computation, what units are assumed, what the result represents, or any error behavior. Zero behavioral context.
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 economy: the single fragment earns no informational value and front-loads nothing useful about the operation.
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?
With no annotations, no output schema, three unexplained parameters, and zero behavioral detail, an agent has no basis for invoking this tool correctly. The definition is effectively unusable despite the relative simplicity of the tool.
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 nominally 100%, but the descriptions are vacuous placeholders ("To to process", "From to process", "Value to process") that convey no meaning. The tool description adds nothing either, so nothing anywhere explains what `to`, `from`, and `value` mean for a power-unit operation.
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?
"Power Unit: Power of unit." is a near-tautology that restates the tool name without stating a verb, a resource, or what operation is performed (convert? compute? validate?). It does not distinguish this tool from close siblings like x402-power, x402-electric-power, x402-power-v-i, x402-kilowatt-to-watt, or x402-watts-to-horsepower.
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 when-to-use guidance, no statement of alternatives, and no conditions under which this tool should be chosen over the many other power/unit tools in the sibling list. The agent is left to guess entirely.
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.