Skip to main content
Glama

Cambio Uruguay

Buscar alquileres en Uruguay

search_rentals
Read-only

Busca viviendas en alquiler en todo Uruguay (unión de Mercado Libre, InfoCasas, Inmuebles El País, Casasweb y Facebook Marketplace, ~57.000 propiedades, avisos vistos en los últimos 10 días). Filtra por barrio, tipo, dormitorios, baños, m², precio (UYU o USD), TOTAL MENSUAL con gastos comunes, gastos comunes máximos, mascotas, garaje, amueblado, tipo de garantía (ANDA, Contaduría, seguro, depósito, BHU, propietario), comodidades, dueño directo, inmobiliaria, portal, texto libre, cercanía a un punto y calidad del barrio (pocas denuncias, pocos cortes de agua o reclamos). Devuelve cada vivienda con alquiler, gastos comunes y total cuando el MISMO aviso los publica (~70 % no publica gastos comunes), link al aviso original, ficha en cambio-uruguay.com, la mediana de la búsqueda, los barrios con más oferta y un link para guardar la búsqueda o crear una alerta. Para rankear según ingresos y traslados de un hogar usá rank_rentals_for_household.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nearNoBuscar cerca de un punto: ordena por distancia y, con radiusKm, filtra. Sólo cuentan avisos con ubicación propia.
pageNo
petsNoSólo avisos que aceptan mascotas explícitamente.
sortNorecientes (default), precio, precio-desc, total (menor total mensual), precio-m2, metros. Con near se ordena por distancia.
textNoTexto libre en título y descripción, p. ej. "terraza", "patio".
typesNo"vivienda" = apartamento+casa+habitación. Default: todos los tipos (incluye locales y oficinas), así que para vivir pasá ["vivienda"] o ["apartamento"].
agencyNoClave de una inmobiliaria.
sourceNoUn solo portal.
areaMaxNom² máximos.
areaMinNom² mínimos.
parkingNoCon garaje.
perPageNoResultados a devolver (default 10).
bedroomsNoDormitorios mínimos (0 = monoambiente). Con bedroomsExact=true, exactos.
amenitiesNoComodidades que debe tener (todas).
bathroomsNoBaños mínimos.
furnishedNoAmueblado.
departmentNoDepartamento de Uruguay con tildes, p. ej. "Montevideo", "Canelones", "Maldonado", "Colonia".
guaranteesNoGarantías aceptadas (cualquiera de ellas): anda, contaduria (Contaduría General de la Nación), aseguradora (Porto, Sura, Mapfre…), propietaria (fiador propietario), deposito, bhu, aConvenir.
ownerDirectNoSólo dueño directo (sin inmobiliaria).
priceMaxUyuNoAlquiler máximo en PESOS (sin gastos comunes). Los avisos en dólares se comparan convertidos.
priceMinUyuNoAlquiler mínimo en PESOS (sin gastos comunes). Si la persona habla en dólares, convertí (1 USD ≈ 41 UYU, o usá convert).
hideReportedNoAvisos que la comunidad reportó como no disponibles. Default "multiple" (oculta con 2+ reportes).
bedroomsExactNo
monthlyMaxUyuNoTope del TOTAL mensual en pesos (alquiler + gastos comunes). Excluye avisos que no publican gastos comunes.
neighborhoodsNoBarrios como aparecen en los avisos: "Pocitos", "Cordón", "Punta Carretas", "Malvín"…
expensesMaxUyuNoGastos comunes máximos en pesos. Excluye avisos que no los publican.
listedCurrencyNoSólo avisos publicados en esa moneda. NO cambia la moneda de los topes: priceMinUyu/priceMaxUyu son siempre pesos.
neighborhoodQualityNoBarrios que están entre los mejores en: denuncias (menos delitos), agua (menos cortes), luz, saneamiento, limpieza, alumbrado.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / near / properties / address / description
      Previous value: -"Dirección o esquina en Uruguay: \"Bulevar Artigas 1234\" o \"18 de Julio y Ejido\". Para un lugar conocido (facultad, hospital, shopping) usá su dirección."New value: +"Dirección, esquina, barrio o nombre de lugar en Uruguay: \"Bulevar Artigas 1234\", \"18 de Julio y Ejido\", \"Montevideo Shopping\"."
  2. Added

TDQS

A4.2/5.0
Behavior5/5

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

Annotations declare readOnlyHint=true and openWorldHint=true. The description adds significant behavioral context: it uses a union of five portals, covers ~57,000 properties with listings seen in the last 10 days, and explains that only ~70% of listings publish common expenses, so the total is only shown when the same listing publishes both. It also outlines the return fields (link, median, neighborhoods, save/alert link) and the conditionality of expenses. This is rich disclosure beyond 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.

Conciseness2/5

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

The description is a long, dense run-on of multiple clauses, listing many filter categories that are simply repetitions of the schema's parameter descriptions. While the purpose is front-loaded and the structure flows from purpose to filters to output to alternative, it is far from concise. It could be condensed by referring to the schema for filter details and focusing on unique behavioral and usage aspects.

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 tool has 28 parameters and no output schema, the description is quite complete. It explains the aggregated sources, the recency (last 10 days), the coverage (~57k listings), the handling of missing expenses, the return data (rent, expenses, total when available, link, median, top neighborhoods, save/alert link), and explicitly names the alternative tool. An agent can understand what to expect and when to use this 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 93%, so most parameters already have detailed descriptions. The description summarizes filter categories (neighborhood, type, bedrooms, price, etc.) but does not add much per-parameter meaning beyond what the schema provides. For instance, it mentions 'TOTAL MENSUAL con gastos comunes' which maps to monthlyMaxUyu/expensesMaxUyu, but the schema already describes those. It adds minimal new semantic value.

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 searches rental homes across Uruguay, aggregating multiple sources (Mercado Libre, InfoCasas, etc.), and lists a comprehensive set of filter criteria. It also explicitly distinguishes itself from the sibling tool rank_rentals_for_household by pointing to that tool for household-based ranking, so an agent can tell them apart without inspecting schemas.

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?

It explicitly says to use rank_rentals_for_household for ranking based on income and household moves, providing a clear alternative. It doesn't mention other search-related siblings (e.g., list_houses, get_rental) but the purpose is distinct enough. The description implies usage: whenever a user needs to find rental listings with multi-source filtering and aggregated results. Good but not exhaustive.

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.