x402-trimmed-mean
Trimmed Mean: Mean of trimmed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | No | Values to process |
Trimmed Mean: Mean of trimmed.
| Name | Required | Description | Default |
|---|---|---|---|
| values | No | Values to process |
Changes observed during successful MCP inspections.
Input schema / properties / valuesAdded value: +{
+ "description": "Values 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 offers none. It never says how much trimming is applied, whether the trimming fraction is configurable, how ties or non-numeric input are handled, or what the result looks like.
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 short but that brevity is under-specification, not conciseness. The single fragment is front-loaded but conveys essentially no information an agent could act on.
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 statistical utility with no annotations, no output schema, and an ambiguous string input whose format is unexplained, the description omits everything an agent would need: input parsing rules, trimming behavior, and return shape.
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 optional parameter with 100% schema description coverage, so the schema baseline of 3 applies. The description adds no semantics beyond the schema (no input encoding, delimiter, or ordering hints), so it neither helps nor hurts.
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?
"Trimmed Mean: Mean of trimmed." restates the tool name rather than describing it. It does name the resource (trimmed mean) but adds no verb, scope, or distinguishing detail versus siblings such as x402-winsorized-mean, x402-mean-of, or x402-truncated-mean-style tools.
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 a trimmed mean instead of a plain mean, median, or winsorized mean, and no mention of what input format or trimming proportion is expected. Nothing routes the agent among the many sibling statistics tools.
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.