x402-link-check
Link Check: Link Check
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Url to process | |
| input | No | Input to process |
Link Check: Link Check
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Url to process | |
| input | No | Input to process |
Changes observed during successful MCP inspections.
Input schema / properties / urlAdded value: +{
+ "description": "Url 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 read/write semantics, no network behavior, no rate limits, no timeout or error behavior. 'Link Check: Link Check' conveys zero behavioral information beyond the title.
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?
Very short, but this is under-specification rather than conciseness — the single redundant phrase earns no place and is not front-loaded with any actionable information.
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?
Two loosely documented parameters, no annotations, and no output schema mean the description must explain what the tool accepts and returns; it explains neither. For a network-facing check tool whose 'input' parameter is opaque, this is wholly inadequate.
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%, which sets a baseline of 3, but the schema descriptions themselves are near-meaningless ('Url to process', 'Input to process') and the tool description adds nothing to disambiguate what 'input' means or how it relates to 'url'. The description does no work here, so it sits below the baseline rather than at it.
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 'Link Check: Link Check', which merely restates the tool name — a tautology by the stated rubric. The name itself hints at checking a URL's links, but the description adds no specific verb+resource detail, no scope, and no differentiation from the many other URL/validation siblings (x402-validate-url, x402-url-inspect, x402-http-analyze).
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?
No when-to-use guidance, no prerequisites, and no alternatives are named. An agent cannot tell whether this validates a single link, crawls a page for broken links, or checks HTTP status, nor when to prefer it over x402-validate-url or x402-http-status.
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.