Check Price
check_priceCheck the current price of a product page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http(s) product page URL. Private/loopback hosts are rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
check_priceCheck the current price of a product page.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http(s) product page URL. Private/loopback hosts are rejected. |
| 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?
With no annotations, the description carries the burden. 'Check the current price' implies a read-only, live lookup, but it says nothing about error behavior, security restrictions beyond the schema, rate limits, or what happens on invalid URLs. The 'current' wording adds a small amount of freshness 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?
A single, front-loaded sentence that states exactly what the tool does with no filler. Every word contributes to understanding the tool's purpose.
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, simple lookup tool with an output schema present, the description plus parameter schema is largely sufficient to invoke it correctly. The main gap is the lack of guidance on when to prefer this tool over 'make_affiliate_link', but the low complexity makes the missing guidance less critical.
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 coverage is 100%, with the single parameter 'url' already described as an http(s) URL and noting private/loopback hosts are rejected. The tool description itself adds no additional parameter meaning, so the baseline of 3 is appropriate.
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 clearly identifies the verb ('check') and the resource ('current price of a product page'). It is distinct enough from the sibling 'make_affiliate_link', though it does not explicitly draw that contrast.
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 is given about when to use this tool versus the sibling tool 'make_affiliate_link'. The intended use is implied by the description, but no explicit context or exclusions are provided.
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.