Skip to main content
Glama

НамериМиДом.bg

Данни за обява

get_property
Read-onlyIdempotent

Get full details of one real estate listing by id, including description, all photos, features and agency contact. / Пълни данни за една обява по id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesListing id from search_properties

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish this as read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond annotations by specifying what the response contains (description, all photos, features, agency contact), which is especially valuable given no output schema is present.

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?

The description is two short sentences, bilingual, and front-loaded with the core action and object. No filler or redundant elaboration exists; the bilingual repetition is reasonable given the Bulgarian title and context.

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?

For a simple get-by-id tool with one parameter, the description is complete: it explains what resource is fetched, how it is identified, and what major data categories are returned. It could add explicit guidance about invalid or missing ids, but overall it gives the agent what it needs to invoke the tool correctly.

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

Parameters3/5

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

Schema description coverage is 100%, and the single parameter is well documented as 'Listing id from search_properties'. The tool description simply repeats 'by id' without adding semantic detail beyond the schema, so baseline 3 is appropriate.

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 states a specific verb ('Get'), a specific resource ('one real estate listing'), and the key identifier ('by id'). It also names the included payload categories (description, photos, features, agency contact), which clearly distinguishes it from listing-oriented siblings like search_properties and list_locations.

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 makes the usage context clear: call this when full details of a single listing are needed. The schema parameter description, 'Listing id from search_properties', further implies it should be used after search_properties, though the description itself does not explicitly state when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct action: searching, viewing details, stats, locations, subscription polling/creation, and inquiries. check_new_matches and search_properties both return listings, but one is explicitly subscription-scoped, so there is no real ambiguity.

Naming Consistency5/5

All tool names follow a consistent lower_snake_case verb-first pattern: check_, get_, list_, search_, send_, subscribe_to_. The style is predictable and easy to follow.

Tool Count5/5

Seven tools is well-scoped for a real estate search and contact server. Each tool covers a distinct step in the user journey without redundancy.

Completeness4/5

The core workflow is covered: browse locations, search, view details, get price stats, contact the agency, and set/receive new-listing alerts. A minor gap is subscription management, such as unsubscribing or updating a saved search, but agents can work around it.

Resources