Skip to main content
Glama

HOUSE 'N' STARS Real Estate Discovery

Get a HOUSE N STARS property

get_property
Read-only

Retrieve one real public HOUSE N STARS property listing by exact numeric ID or exact slug. Returns structured listing details including location, property type, transaction type, price display, bedrooms, bathrooms, surface, features, description and public listing URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_or_slugYesThe property numeric ID or slug returned by search_hns_properties or search_properties.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNo
sourceNo
statusYes
searchedNo
public_response_guidanceNo

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the 'real public' qualifier and the exact-match requirement, but does not disclose rate limits, authentication, or other behavioral traits. Since annotations carry the main behavioral burden, a 3 is appropriate.

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 sentences, front-loaded with the core purpose, and lists the return fields efficiently. Every word contributes value; there is no redundancy or fluff.

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

Completeness5/5

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

For a simple one-parameter tool with full schema coverage, read-only annotations, and an output schema, the description fully equips an agent to call it correctly. No critical information about invocation is missing.

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 coverage for the single parameter is 100% with a clear description ('property numeric ID or slug returned by search_hns_properties or search_properties'). The description adds only the word 'exact,' which subtly reinforces the requirement but does not significantly extend the schema's meaning.

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 ('Retrieve'), a specific resource ('one real public HOUSE N STARS property listing'), and the method ('by exact numeric ID or exact slug'). It also enumerates the returned details, distinguishing it clearly from sibling search tools like search_hns_properties.

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 implies usage conditions by requiring an 'exact numeric ID or exact slug,' signaling that the tool is for fetching a known listing rather than discovering one. However, it does not explicitly name alternatives or state when not to use it, leaving room for inference.

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.1/5.0
Disambiguation3/5

The two search tools, search_hns_properties and search_properties, directly overlap in functionality, with the latter explicitly designated as legacy. While descriptions clarify which to prefer, an agent could easily invoke the wrong one. The other tools (overview, get_property, api_status) are clearly distinct.

Naming Consistency3/5

Naming mixes get_ prefixes with search_ prefixes and one status-style name (hns_api_status). The use of the 'hns' brand prefix is inconsistent across tools, and one tool lacks a verb entirely. Despite this, all names are snake_case and reasonably readable.

Tool Count5/5

Five tools is well-scoped for a real estate discovery server. Each tool serves a clear purpose, with the exception of the legacy duplicate, and the count feels neither thin nor bloated.

Completeness5/5

The read-only discovery domain is well covered: overview explains scope, search handles discovery with filters, get_property retrieves full details, and api_status provides health checking. No significant gaps are apparent for the stated purpose.

Resources