Get resale price
get_resale_priceGet the India resale value range (₹) for a used product from Bids44's price data. Input: product name, optional condition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | ||
| condition | No |
get_resale_priceGet the India resale value range (₹) for a used product from Bids44's price data. Input: product name, optional condition.
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | ||
| condition | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must fully disclose behavioral traits. The description only indicates that it retrieves a range and mentions the data source, but it does not explain the response format, whether the data is cached or real-time, any authentication requirements, or rate limits. This lack of transparency leaves the agent guessing about important behavioral aspects.
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 concise with two sentences that front-load the purpose. Every sentence adds value, though it could be slightly more structured (e.g., bullet points for parameters).
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?
Despite the tool's simplicity (2 params, no output schema, no annotations), the description fails to explain the return value (e.g., min/max, currency symbol, or example). An agent cannot confidently predict the output format, which is a significant gap.
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 0%, meaning the description adds minimal meaning beyond the schema. The description states that the required parameter is a product name and the optional parameter is condition, but it does not elaborate on valid values, examples, or semantics. For a tool with two parameters, more detail is needed to compensate.
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 states the tool retrieves an India resale value range for a used product from Bids44's price data. It specifies the verb 'Get', the resource 'resale value range', and the scope (India, used, from Bids44). This distinguishes it from sibling tools like get_listing or search_listings, which likely serve different purposes.
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?
The description mentions 'Input: product name, optional condition', which gives some guidance on how to use the tool. However, it does not provide explicit when-to-use or when-not-to-use instructions, nor does it compare with sibling tools to help the agent choose between them.
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.
Each tool has a distinct purpose: retrieving a specific listing by ID, getting a resale price for a product, and searching listings. There is no overlap or ambiguity.
All tool names follow a consistent verb_noun pattern with snake_case (get_listing, get_resale_price, search_listings). No mix of conventions.
3 tools is slightly below average but still reasonable for a read-only marketplace server focusing on search, detail, and price lookup. It does not feel too sparse given the narrow scope.
The tool set covers only read operations (search, get detail, get price). It lacks any ability to create, update, or delete listings, which are core marketplace operations. This is a significant gap if the server aims to support full marketplace interactions.