Skip to main content
Glama
Alec2435

streeteasy-mcp

by Alec2435

Search StreetEasy rentals

search_rentals

Search active NYC rental listings on StreetEasy with filters for area, price, bedrooms, bathrooms, amenities, pets, and no-fee. Sort results and paginate to find the right apartment.

Instructions

Search active NYC rental listings on StreetEasy with filters. Areas accept names (e.g. 'MANHATTAN', 'Williamsburg', 'upper east side') or numeric area codes — use list_areas to discover them. Amenities are uppercase enum tokens — use list_amenities. Returns a compact list of listings plus a totalCount; paginate with page/perPage. Each listing has an id you can pass to get_rental_details, plus leadPhotoUrl and photoUrls (ready-to-view image URLs) and a url to the listing page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areasNoNeighborhoods/boroughs to search. Names or numeric codes. E.g. ['MANHATTAN'] or ['WILLIAMSBURG','LONG_ISLAND_CITY'].
minPriceNoMinimum monthly rent in USD.
maxPriceNoMaximum monthly rent in USD.
minBedroomsNoMinimum bedrooms (0 = studio).
maxBedroomsNoMaximum bedrooms.
minBathroomsNoMinimum bathrooms.
maxBathroomsNoMaximum bathrooms.
amenitiesNoRequired amenities (uppercase enum tokens, e.g. WASHER_DRYER, DOORMAN, GYM). See list_amenities.
petsAllowedNoOnly listings that allow pets.
noFeeOnlyNoOnly no-broker-fee listings (applied to the returned page).
sortByNoSort attribute. Default RECOMMENDED.
sortDirectionNoSort direction. Default DESCENDING.
perPageNoResults per page (default 20, max 100).
pageNoPage number (1-based).
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses the return structure (compact list, totalCount, pagination, image URLs, url) and the read-only nature implicitly. Lacks explicit statements about auth or rate limits, but sufficient for a search 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?

Single paragraph with no fluff. Every sentence adds necessary information: purpose, area/amenity inputs, pagination, output fields. Front-loaded with main purpose.

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 14 parameters with full schema coverage and no output schema, the description adequately covers the tool's functionality: filters, valid inputs via sibling tools, pagination, and key output fields. Complete for a search tool context.

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?

Schema description coverage is 100%, but the description adds value by clarifying areas accept names or numeric codes, amenities are uppercase enum tokens, and directs to sibling tools for valid values. Also explains pagination parameters and output fields.

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 it searches active NYC rental listings with filters. It distinguishes itself from siblings (get_rental_details, list_amenities, list_areas) by specifying the search and filter functionality.

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?

Provides guidance on using list_areas and list_amenities to discover valid inputs, and explains pagination. However, it does not explicitly state when not to use this tool or provide exclusion criteria.

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/Alec2435/streeteasy-mcp'

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