vulnhunt_payment_resources
Return the machine-readable paid resource catalog and x402 terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Return the machine-readable paid resource catalog and x402 terms.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are entirely absent, so the description must carry the full burden. 'Return' implies a read operation, but the description doesn't disclose authentication or payment prerequisites (relevant given the 'paid' and 'x402 terms' hints), any rate limits, or what side effects exist. The 'paid' qualifier hints at cost but is not made explicit for an agent.
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?
A single efficient sentence with zero filler, front-loaded with the primary purpose ('Return the catalog'). It could arguably earn a 5, but it omits any usage or qualification details that might matter, so 4 is fair.
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 zero-parameter query tool with an output schema present, the description is nearly adequate. It names the catalog and x402 terms but leaves the payment/auth dimension ('paid', 'x402') unexplained, which is material for a resource that may require credentials or payment before invocation.
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?
With zero parameters and schema coverage at 100%, the baseline is 4. No parameter documentation is needed since the schema defines an empty object; the description adds no param info but none is required.
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?
States a specific verb ('Return') and a clear resource ('machine-readable paid resource catalog and x402 terms'). The name 'vulnhunt_payment_resources' is expanded by the description, and 'chains'/'decision' siblings suggest distinct purposes, though the description doesn't explicitly contrast them.
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 guidance on when to call this tool versus vulnhunt_chains or vulnhunt_decision. Usage context is only implied by the name ('payment resources'), leaving the agent to infer when this is the right sibling.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.