get_sale_listing_by_id
Retrieve detailed property sale listing information using a specific listing ID from the RentCast database.
Instructions
Get a specific sale listing by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes |
Retrieve detailed property sale listing information using a specific listing ID from the RentCast database.
Get a specific sale listing by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes |
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. It only states the basic action without mentioning permissions, error handling, rate limits, or response format. For a read operation with no annotation coverage, this leaves critical behavioral traits unspecified.
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 a single, clear sentence with no wasted words. It is front-loaded with the core action and resource, making it efficient and easy to parse.
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?
Given the lack of annotations and output schema, the description is incomplete. It doesn't explain what data is returned, error conditions, or how it differs from similar tools. For a tool with siblings and no structured support, more context is needed to be fully helpful.
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?
The description adds meaning by specifying that the parameter 'listing_id' is used to retrieve 'a specific sale listing', which clarifies the parameter's purpose beyond the schema's minimal coverage (0%). With only one parameter, this is sufficient to earn a baseline 4, as it compensates for the low schema coverage.
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 states the action ('Get') and resource ('a specific sale listing by ID'), which is clear but vague about scope. It doesn't distinguish this tool from its sibling 'get_sale_listings' or 'get_property_record_by_id', leaving ambiguity about what makes a 'sale listing' different from a 'property record'.
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 provided on when to use this tool versus alternatives. With siblings like 'get_sale_listings' (for multiple listings) and 'get_property_record_by_id' (possibly overlapping functionality), the description lacks any context about use cases, prerequisites, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robcerda/rentcast-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server