Skip to main content
Glama
stan13

ripper-mcp

by stan13

get_listing

Retrieve full listing details including property and pricing fields, owner contact, and recent timeline using a listing ID.

Instructions

Read the full detail of one listing — all property/pricing fields, its owner contact, and its recent timeline. Get the listingId from find_listings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listingIdYesId of the listing (from find_listings).
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It labels the action as 'Read' which implies read-only, but does not elaborate on idempotency, authorization needs, or rate limits. Adequate for a simple retrieval tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no filler. First sentence delivers the core purpose and output details. Second sentence provides a critical usage hint. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a simple single-parameter tool with no output schema, the description adequately explains return fields. It lacks error handling or edge-case guidance, but is sufficient for typical usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already describes the parameter with 100% coverage. The description adds value by telling the agent where to obtain the listingId (from find_listings), which aids correct invocation beyond schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads a single listing's full detail including property, pricing, owner contact, and timeline. It distinguishes from sibling tools like find_listings (which returns a list) by specifying the scope of data returned.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells the agent to get the listingId from find_listings, providing a clear usage flow. However, it does not specify when not to use this tool or mention alternatives beyond the implicit sequence.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stan13/ripper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server