Skip to main content
Glama
BACH-AI-Tools

Realty In Ca1 MCP Server

propertieslist_residential

Search residential properties for sale or rent by location, price, beds, baths, and building type to find matching homes in specified areas.

Instructions

List residential properties both for rent and for sale

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
LatitudeMaxYesExample value: 81.1474759581463681.14747595814636
LatitudeMinYesSouth West latitude-22.26872153207163
LongitudeMaxYesNorth East longitude-10.267941690981388
LongitudeMinYesSouth West longitude-136.83037765324116
CurrentPageNoFor paging purpose1
RecordsPerPageNoNumber items returned per request, max 5010
SortOrderNoA - ascending | D - descending
SortByNo1-Price($)|6-Date|11-Virtual Tour|12-Open Houses|13-More Photos1
CultureIdNo1 - English|2 - French1
NumberOfDaysNoListed since0
KeywordsNoGet suitable values from …/keywords/list endpoint, separated by comma for multiple keywords, Ex : Inlaw suite,Income suite
BedRangeNo0-0:Any|1-1:1|1-0:1+|2-2:2|2-0:2+|3-3:3|3-0:3+|4-4:4|4-0:4+|5-5:5|5-0:5+
BathRangeNo0-0:Any|1-1:1|1-0:1+|2-2:2|2-0:2+|3-3:3|3-0:3+|4-4:4|4-0:4+|5-5:5|5-0:5+
LandSizeRangeNo0-0:Any|1-0:1+ acres|2-0:2+ acres|5-0:5+ acres|10-0:10+ acres|50-0:50+ acres|100-0:100+ acres|200-0:200+ acres|300-0:300+ acres|400-0:400+ acres|500-0:500+ acres|1000-0:1000+ acres. Ex : 0-0
BuildingSizeRangeNo0-5000:0-5,000 sqft|5001-10000:5,001-10,000 sqft|10001-15000:10,001-15,000 sqft|250001-0:Over 250,000 sqft Ex : 0-5000
UnitRangeNo0-0:Any|1-1:1|1-0:1+|2-2:2|2-0:2+|3-3:3|3-0:3+|4-4:4|4-0:4+|5-5:5|5-0:5+|….|9-0:9+
OpenHouseEndDateNoFormat date as MM/dd/yyyy, ex : 03/31/2020
OpenHouseStartDateNoFormat date as MM/dd/yyyy, ex : 03/20/2020
OpenHouseNoExample value:
FarmTypeIdNo0-No Preference|1-Animal|2-Boarding|3-Cash Crop|4-Feed Lot|5-Nursery|6-Market Gardening|7-Hobby Farm|8-Vineyard|9-Orchard|10-Greenhouse|12-Mixed0
PriceMinNoFilter by min price, applied when TransactionTypeId = 20
PriceMaxNoFilter by max price, applied when TransactionTypeId = 20
RentMinNoFilter by min price, applied when TransactionTypeId = 3
RentMaxNoFilter by max price, applied when TransactionTypeId = 30
BuildingTypeIdNo0-No Preference|1-House|2-Duplex|3-Triplex|5-Residential Commercial Mix|6-Mobile Home|12-Special Purpose|14-Other|16-Row / Townhouse|17-Apartment|19-Fourplex|20-Garden Home|26-Modular|27-Manufactured Home/Mobile|28-Commercial Apartment|29-Manufactured Home0
ZoningTypeGroupIdNo1-Agricultural|2-Commercial Mixed|3-Commercial Office|4-Commercial Retail|5-Industrial|6-Industrial-Heavy|7-Industrial-Light|8-Industrial-Medium|9-Institutional|10-Other|11-Recreational|12-Residential-High Density|13-Residential-Low Density|14-Residential - Medium Density0
TransactionTypeIdNo2-For sale|3-For rent0
ConstructionStyleIdNo0-No Preference|1-Attached|3-Detached|5-Semi-detached|7-Stacked|9-Link0
PropertySearchTypeIdNo0-No Preference|1-Residential|2-Recreational|3-Condo/Strata|4-Agriculture|5-Parking|6-Vacant Land|8-Multi Family0
ParkingTypeIdNo1-Attached garage|2-Integrated garage|3-Detached garage|4-Garage|5-Carport|6-Underground|7-Indoor|8-Open|9-Covered|10-Parking pad|11-Paved Yard|35-Boat House|36-Concrete|37-Heated Garage0
Behavior2/5

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

No annotations are provided, so the description carries full disclosure burden. While 'List' implies a read-only operation, the description omits critical behavioral details: pagination limits (max 50 records per page per the schema), that it performs geographic searches, and what data is returned (no output schema exists). It doesn't mention rate limits or whether results are cached.

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 extremely concise (single sentence, 9 words) with no redundancy. However, given the high complexity (30 parameters, geographic search paradigm, no output schema), it is arguably undersized rather than appropriately sized, preventing a score of 5.

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

Completeness2/5

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

For a tool with 30 parameters and no output schema, the description is insufficient. It omits the geographic nature of the search (critical since Latitude/Longitude bounds are the only required parameters), pagination behavior, and return value structure. While the schema descriptions are thorough, the high-level description fails to orient the user to the tool's bounding-box search paradigm.

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?

With 100% schema description coverage, the schema itself documents all 30 parameters comprehensively (e.g., BedRange syntax, CultureId values). The description adds no additional parameter guidance beyond the schema, but the baseline score of 3 is appropriate given the high schema coverage.

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

Purpose4/5

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

The description clearly states the action (List) and resource (residential properties), and distinguishes from siblings like 'propertieslist_commercial' by specifying 'residential' and 'both for rent and for sale'. However, it fails to mention the geographic bounding box search paradigm, which is the tool's primary interface (all 4 required parameters are coordinates).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus siblings like 'propertieslist_by_mls' (which searches by MLS number) or 'propertiesdetail' (which gets specific property details). It also fails to mention prerequisites, such as requiring geographic coordinates to perform a search.

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/BACH-AI-Tools/bachai-realty-in-ca1'

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