Skip to main content
Glama

HOUSE 'N' STARS Real Estate Discovery

Server Details

AI-native real estate discovery with structured property search and market intelligence.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

5 tools
get_hns_dataset_overviewGet HOUSE N STARS dataset overviewA
Read-only
Inspect

Explain what the HOUSE N STARS ChatGPT connector provides as a read-only AI-native luxury real estate dataset. Use this when the user asks what HOUSE N STARS covers, what data the app can access, whether it is read-only, which markets are represented, or why the connector is useful inside ChatGPT. This tool summarizes dataset scope and limitations; it does not search individual listings and does not retrieve archival HNS research reports unless dedicated tools are added later.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
nameYes
toolsYes
statusYes
serviceYes
versionYes
read_onlyYes
data_sourceYes
limitationsYes
positioningYes
primary_marketsYes
public_data_onlyYes
wordpress_status_apiYes
connector_capabilitiesYes
exposed_dataset_fieldsYes
hns_intelligence_contextYes
public_response_guidanceYes
wordpress_properties_apiYes
returned_property_sample_countYes
approximate_active_property_recordsYes

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds value by specifying the tool's non-behaviors (does not search listings, does not retrieve reports) and its role as a summarizer of scope/limitations, which goes beyond the annotations. No contradiction.

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

Conciseness4/5

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

The description is composed of three sentences that front-load the core purpose and then add usage guidance and limitations. It is somewhat longer than strictly necessary but every sentence provides distinct value; no redundancy or filler.

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?

Given that an output schema exists, the description doesn't need to describe return values. It covers the tool's scope, limitations, and usage context thoroughly. It clearly states what the tool does and doesn't do, making it complete for an overview tool.

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 tool has zero parameters and an empty schema, so there is nothing to document. The baseline for 0 params is 4, and the description appropriately avoids parameter details since none exist.

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's purpose: to explain the dataset scope, coverage, read-only nature, and utility. It explicitly distinguishes itself from siblings by stating it does not search listings or retrieve archival reports, which differentiates it from search_hns_properties and other tools.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use conditions (e.g., 'when the user asks what HOUSE N STARS covers...') and when-not-to-use exclusions ('does not search individual listings', 'does not retrieve archival HNS research reports'). It also hints at future alternatives, giving clear routing guidance.

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

get_propertyGet a HOUSE N STARS propertyA
Read-only
Inspect

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.

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

Output Schema

ParametersJSON Schema
NameRequiredDescription
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.

hns_api_statusCheck HOUSE N STARS API statusA
Read-only
Inspect

Check whether the HOUSE N STARS WordPress property API is reachable through the Render MCP server.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolsYes
statusYes
serviceYes
versionYes
wordpress_status_apiYes
wordpress_found_postsYes
returned_property_countYes
wordpress_properties_apiYes

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds context that this is a connectivity/status check directed at a specific WordPress API through the Render MCP server, but it does not disclose details such as timeout behavior, error semantics, or what happens when the API is unreachable. Given the simple read-only nature, this is adequate but not rich.

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 a single, front-loaded sentence with no filler. It names the target resource, the operation, and the access context efficiently. Every word contributes to understanding.

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 zero-parameter, read-only status tool with an output schema and supporting annotations, the description is complete. There are no hidden inputs or complex behaviors that require further explanation. An agent can invoke this tool correctly based on the description alone.

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 tool takes zero parameters, so the baseline is 4. The description does not need to explain parameters, and the schema confirms no inputs are required. This is appropriate for a lightweight status check.

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 ('Check whether') and a clear resource ('HOUSE N STARS WordPress property API'), and distinguishes this health-check tool from the data-retrieval siblings like get_property and search_hns_properties. The intent is immediately unambiguous.

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 clearly implies when to use this tool: when you need to verify that the upstream API is reachable rather than fetching property data. It does not explicitly name alternatives or state when not to use it, but the context is strong enough for an agent to make the right routing decision.

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

search_hns_propertiesSearch HOUSE N STARS propertiesA
Read-only
Inspect

Search real public luxury real estate listings from the HOUSE N STARS structured property dataset using server-side WordPress search. Supports free-text criteria and filters for location, property type, Sale/Rent status, price range, bedrooms and result limit. Returns structured listing data including title, location, property type, transaction type, price display, bedrooms, bathrooms, surface, features and public listing URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return. Maximum 20.
queryNoFree text search, for example sea view, garden, penthouse, waterfront. Do not use this field for sale/rent intent alone; use transaction_type.
bedroomsNoMinimum number of bedrooms requested by the user.
locationNoLocation filter, for example Dubai, Abu Dhabi, Monaco, Nice, Èze.
max_priceNoMaximum price as a number, without currency symbols.
min_priceNoMinimum price as a number, without currency symbols.
property_typeNoProperty type, for example Villa, Apartment, Penthouse, Townhouse.
transaction_typeNoSale/Rent filter. Use exactly Sale for properties for sale and Rent for rental properties. Do not put rent/rental/for rent into query when this parameter is used.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
sourceYes
statusYes
filtersYes
resultsYes
found_postsYes
max_num_pagesYes
returned_countYes
requested_limitYes
query_posts_countYes
raw_returned_countYes
public_response_guidanceYes
ready_to_use_public_tableYes
wordpress_requested_limitYes

TDQS

A4.1/5.0
Behavior4/5

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

Beyond the readOnlyHint and destructiveHint annotations, the description adds concrete behavioral details: it mentions server-side WordPress search, the structured dataset, and the exact set of fields returned in the result. It also implies public listings via 'real public luxury real estate listings' and 'public listing URL', providing useful context not present in the annotations.

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 with no redundant phrases. It front-loads the core action and resource, then briefly lists supported filters and output fields. Every clause contributes useful information, achieving high clarity with minimal length.

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?

Given the presence of a full output schema, the description need not explain return values but does so briefly, reinforcing key fields. Combined with annotations (readOnly, openWorld) and complete parameter documentation, the tool definition leaves no critical gap for an agent to invoke it correctly. It is comprehensive for a read-only search tool.

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%, so the schema already documents all parameters thoroughly. The description summarizes the filter types ('location, property type, Sale/Rent status, price range, bedrooms and result limit') but does not add new semantic constraints or clarify nuances beyond what the schema provides. This aligns with the baseline 3.

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 uses a specific verb ('Search'), names the resource ('HOUSE N STARS structured property dataset'), and enumerates the filtering dimensions. It clearly distinguishes the tool from generic search by specifying the dataset source, making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies usage context (for searching HOUSE N STARS listings) but does not explicitly state when to prefer this tool over the sibling 'search_properties' or any other alternative. There is no 'use this when...' or 'do not use this for...' guidance, so the agent must infer the appropriate choice from the dataset mention.

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

search_propertiesLegacy search HOUSE N STARS propertiesA
Read-only
Inspect

Legacy compatibility tool for searching HOUSE N STARS properties. Prefer search_hns_properties for new property searches, especially when the user asks for properties for sale or for rent because search_hns_properties exposes transaction_type as the official Sale/Rent parameter. This legacy tool remains available for backward compatibility and uses the same server-side WordPress search, price_display formatting, POA handling, EUR/AED inference, location cleanup and result table output.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return. Maximum 20.
queryNoFree text search, for example sea view, garden, penthouse, waterfront. Do not use this field for sale/rent intent alone; use transaction_type.
bedroomsNoMinimum number of bedrooms requested by the user.
locationNoLocation filter, for example Dubai, Abu Dhabi, Monaco, Nice, Èze.
max_priceNoMaximum price as a number, without currency symbols.
min_priceNoMinimum price as a number, without currency symbols.
property_typeNoProperty type, for example Villa, Apartment, Penthouse, Townhouse.
transaction_typeNoSale/Rent filter. Use exactly Sale for properties for sale and Rent for rental properties. Do not put rent/rental/for rent into query when this parameter is used.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
sourceYes
statusYes
filtersYes
resultsYes
found_postsYes
max_num_pagesYes
returned_countYes
requested_limitYes
query_posts_countYes
raw_returned_countYes
public_response_guidanceYes
ready_to_use_public_tableYes
wordpress_requested_limitYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds behavioral context beyond these, including the same 'server-side WordPress search, price_display formatting, POA handling, EUR/AED inference, location cleanup and result table output', which informs the agent about price formatting and output expectations.

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 composed of three sentences, each earning its place: purpose, usage guidance, and legacy/behavioral context. It is front-loaded with the primary purpose and uses no filler or redundant wording.

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 the tool has 8 parameters (all optional), an output schema, and sibling tools, the description is complete enough: it explains what the tool does, when to use it versus the preferred alternative, and what to expect from results (same backend as the preferred tool). It does not explain return structure, but the output schema covers that, and it does not list limitations beyond being legacy, but that is implied.

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 each parameter already has a detailed description, including the transaction_type guidance. The description does not add specific parameter semantics beyond mentioning backend processing like price_display formatting and EUR/AED inference, which is marginal value over the schema. Baseline 3 is appropriate when the schema covers all parameters.

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?

States clearly it is a 'Legacy compatibility tool for searching HOUSE N STARS properties', identifying the specific resource and action. It also distinguishes itself from the sibling tool by explicitly naming search_hns_properties as the preferred alternative, so an agent can tell them apart.

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

Usage Guidelines5/5

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

Gives explicit guidance: 'Prefer search_hns_properties for new property searches, especially when the user asks for properties for sale or for rent' and notes that search_hns_properties 'exposes transaction_type as the official Sale/Rent parameter'. It also states this tool 'remains available for backward compatibility', making the when-to-use versus alternatives clear.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • Changedget_hns_dataset_overview1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "approximate_active_property_records": {
        +      "type": "number"
        +    },
        +    "connector_capabilities": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "data_source": {
        +      "type": "string"
        +    },
        +    "exposed_dataset_fields": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "hns_intelligence_context": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "limitations": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "name": {
        +      "type": "string"
        +    },
        +    "positioning": {
        +      "type": "string"
        +    },
        +    "primary_markets": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "public_data_only": {
        +      "type": "boolean"
        +    },
        +    "public_response_guidance": {
        +      "type": "string"
        +    },
        +    "read_only": {
        +      "type": "boolean"
        +    },
        +    "returned_property_sample_count": {
        +      "type": "number"
        +    },
        +    "service": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    },
        +    "tools": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "version": {
        +      "type": "string"
        +    },
        +    "wordpress_properties_api": {
        +      "type": "string"
        +    },
        +    "wordpress_status_api": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "status",
        +    "service",
        +    "version",
        +    "name",
        +    "positioning",
        +    "read_only",
        +    "public_data_only",
        +    "data_source",
        +    "wordpress_status_api",
        +    "wordpress_properties_api",
        +    "approximate_active_property_records",
        +    "returned_property_sample_count",
        +    "primary_markets",
        +    "exposed_dataset_fields",
        +    "connector_capabilities",
        +    "hns_intelligence_context",
        +    "limitations",
        +    "tools",
        +    "public_response_guidance"
        +  ],
        +  "type": "object"
        +}
    • Changedget_property1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "public_response_guidance": {
        +      "type": "string"
        +    },
        +    "result": {
        +      "additionalProperties": false,
        +      "properties": {
        +        "bathrooms": {
        +          "$ref": "#/properties/result/properties/price"
        +        },
        +        "bedrooms": {
        +          "$ref": "#/properties/result/properties/price"
        +        },
        +        "currency": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "excerpt": {
        +          "type": "string"
        +        },
        +        "features": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "id": {
        +          "anyOf": [
        +            {
        +              "type": [
        +                "string",
        +                "number"
        +              ]
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ]
        +        },
        +        "image": {
        +          "type": "string"
        +        },
        +        "location": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "price": {
        +          "anyOf": [
        +            {
        +              "type": [
        +                "string",
        +                "number"
        +              ]
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ]
        +        },
        +        "price_display": {
        +          "type": "string"
        +        },
        +        "price_status": {
        +          "type": "string"
        +        },
        +        "property_type": {
        +          "type": "string"
        +        },
        +        "slug": {
        +          "type": "string"
        +        },
        +        "surface": {
        +          "$ref": "#/properties/result/properties/price"
        +        },
        +        "title": {
        +          "type": "string"
        +        },
        +        "transaction_type": {
        +          "type": "string"
        +        },
        +        "url": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "id",
        +        "title",
        +        "slug",
        +        "url",
        +        "location",
        +        "property_type",
        +        "price",
        +        "price_status",
        +        "transaction_type",
        +        "bedrooms",
        +        "bathrooms",
        +        "surface",
        +        "features",
        +        "excerpt",
        +        "currency",
        +        "price_display"
        +      ],
        +      "type": "object"
        +    },
        +    "searched": {
        +      "type": "string"
        +    },
        +    "source": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "status"
        +  ],
        +  "type": "object"
        +}
    • Changedhns_api_status1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "returned_property_count": {
        +      "type": "number"
        +    },
        +    "service": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    },
        +    "tools": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "version": {
        +      "type": "string"
        +    },
        +    "wordpress_found_posts": {
        +      "type": "number"
        +    },
        +    "wordpress_properties_api": {
        +      "type": "string"
        +    },
        +    "wordpress_status_api": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "status",
        +    "service",
        +    "version",
        +    "wordpress_status_api",
        +    "wordpress_properties_api",
        +    "returned_property_count",
        +    "wordpress_found_posts",
        +    "tools"
        +  ],
        +  "type": "object"
        +}
    • Changedsearch_hns_properties1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "count": {
        +      "type": "number"
        +    },
        +    "filters": {
        +      "additionalProperties": true,
        +      "properties": {
        +        "bedrooms": {
        +          "$ref": "#/properties/filters/properties/min_price"
        +        },
        +        "location": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "max_price": {
        +          "$ref": "#/properties/filters/properties/min_price"
        +        },
        +        "min_price": {
        +          "anyOf": [
        +            {
        +              "type": [
        +                "string",
        +                "number"
        +              ]
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ]
        +        },
        +        "property_type": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "search": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "transaction_type": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "found_posts": {
        +      "type": "number"
        +    },
        +    "max_num_pages": {
        +      "type": "number"
        +    },
        +    "public_response_guidance": {
        +      "type": "string"
        +    },
        +    "query_posts_count": {
        +      "type": "number"
        +    },
        +    "raw_returned_count": {
        +      "type": "number"
        +    },
        +    "ready_to_use_public_table": {
        +      "type": "string"
        +    },
        +    "requested_limit": {
        +      "type": "number"
        +    },
        +    "results": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "bathrooms": {
        +            "$ref": "#/properties/filters/properties/min_price"
        +          },
        +          "bedrooms": {
        +            "$ref": "#/properties/filters/properties/min_price"
        +          },
        +          "currency": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "excerpt": {
        +            "type": "string"
        +          },
        +          "features": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "id": {
        +            "anyOf": [
        +              {
        +                "type": [
        +                  "string",
        +                  "number"
        +                ]
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ]
        +          },
        +          "location": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "price": {
        +            "$ref": "#/properties/filters/properties/min_price"
        +          },
        +          "price_display": {
        +            "type": "string"
        +          },
        +          "price_status": {
        +            "type": "string"
        +          },
        +          "property_type": {
        +            "type": "string"
        +          },
        +          "slug": {
        +            "type": "string"
        +          },
        +          "surface": {
        +            "$ref": "#/properties/filters/properties/min_price"
        +          },
        +          "title": {
        +            "type": "string"
        +          },
        +          "transaction_type": {
        +            "type": "string"
        +          },
        +          "url": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "id",
        +          "title",
        +          "slug",
        +          "url",
        +          "location",
        +          "property_type",
        +          "price",
        +          "price_status",
        +          "transaction_type",
        +          "bedrooms",
        +          "bathrooms",
        +          "surface",
        +          "features",
        +          "excerpt",
        +          "currency",
        +          "price_display"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "returned_count": {
        +      "type": "number"
        +    },
        +    "source": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    },
        +    "wordpress_requested_limit": {
        +      "type": "number"
        +    }
        +  },
        +  "required": [
        +    "status",
        +    "source",
        +    "requested_limit",
        +    "wordpress_requested_limit",
        +    "query_posts_count",
        +    "raw_returned_count",
        +    "returned_count",
        +    "found_posts",
        +    "max_num_pages",
        +    "count",
        +    "filters",
        +    "results",
        +    "ready_to_use_public_table",
        +    "public_response_guidance"
        +  ],
        +  "type": "object"
        +}
    • Changedsearch_properties1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "count": {
        +      "type": "number"
        +    },
        +    "filters": {
        +      "additionalProperties": true,
        +      "properties": {
        +        "bedrooms": {
        +          "$ref": "#/properties/filters/properties/min_price"
        +        },
        +        "location": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "max_price": {
        +          "$ref": "#/properties/filters/properties/min_price"
        +        },
        +        "min_price": {
        +          "anyOf": [
        +            {
        +              "type": [
        +                "string",
        +                "number"
        +              ]
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ]
        +        },
        +        "property_type": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "search": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "transaction_type": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "found_posts": {
        +      "type": "number"
        +    },
        +    "max_num_pages": {
        +      "type": "number"
        +    },
        +    "public_response_guidance": {
        +      "type": "string"
        +    },
        +    "query_posts_count": {
        +      "type": "number"
        +    },
        +    "raw_returned_count": {
        +      "type": "number"
        +    },
        +    "ready_to_use_public_table": {
        +      "type": "string"
        +    },
        +    "requested_limit": {
        +      "type": "number"
        +    },
        +    "results": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "bathrooms": {
        +            "$ref": "#/properties/filters/properties/min_price"
        +          },
        +          "bedrooms": {
        +            "$ref": "#/properties/filters/properties/min_price"
        +          },
        +          "currency": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "excerpt": {
        +            "type": "string"
        +          },
        +          "features": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "id": {
        +            "anyOf": [
        +              {
        +                "type": [
        +                  "string",
        +                  "number"
        +                ]
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ]
        +          },
        +          "location": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "price": {
        +            "$ref": "#/properties/filters/properties/min_price"
        +          },
        +          "price_display": {
        +            "type": "string"
        +          },
        +          "price_status": {
        +            "type": "string"
        +          },
        +          "property_type": {
        +            "type": "string"
        +          },
        +          "slug": {
        +            "type": "string"
        +          },
        +          "surface": {
        +            "$ref": "#/properties/filters/properties/min_price"
        +          },
        +          "title": {
        +            "type": "string"
        +          },
        +          "transaction_type": {
        +            "type": "string"
        +          },
        +          "url": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "id",
        +          "title",
        +          "slug",
        +          "url",
        +          "location",
        +          "property_type",
        +          "price",
        +          "price_status",
        +          "transaction_type",
        +          "bedrooms",
        +          "bathrooms",
        +          "surface",
        +          "features",
        +          "excerpt",
        +          "currency",
        +          "price_display"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "returned_count": {
        +      "type": "number"
        +    },
        +    "source": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    },
        +    "wordpress_requested_limit": {
        +      "type": "number"
        +    }
        +  },
        +  "required": [
        +    "status",
        +    "source",
        +    "requested_limit",
        +    "wordpress_requested_limit",
        +    "query_posts_count",
        +    "raw_returned_count",
        +    "returned_count",
        +    "found_posts",
        +    "max_num_pages",
        +    "count",
        +    "filters",
        +    "results",
        +    "ready_to_use_public_table",
        +    "public_response_guidance"
        +  ],
        +  "type": "object"
        +}
  2. 5 tool updates
    • First observedget_hns_dataset_overview
    • First observedget_property
    • First observedhns_api_status
    • First observedsearch_hns_properties
    • First observedsearch_properties

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    AI-powered property intelligence for instant zoning analysis, buildability assessments, ADU eligibility, flood risk, and development feasibility reports for any US address.
    5
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables structured real estate workflows including property search, agent/client management, market intelligence, mortgage calculations, valuation, investment analysis, and document ingestion, with offline-first capabilities and optional live data integrations.
    AGPL 3.0
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