Skip to main content
Glama

BrokerIA Imoveis

Search Brazilian real estate listings

brokeria_buscar_imoveis
Read-only

Busca imoveis residenciais no catalogo de imobiliarias parceiras da BrokerIA no Brasil. Filtra por cidade, bairro, tipo (casa, apartamento, terreno), faixa de preco, quartos, vagas e area. Retorna lista com foto, endereco aproximado, preco anunciado e id pra consulta de detalhes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tipoNo
limitNo
bairroNoBairro
cidadeNoCidade. Ex: "Campinas"
offsetNo
area_minNoArea minima em m2
descricaoYesDescricao em linguagem natural do imovel desejado
vagas_minNoMinimo de vagas
valor_maxNoValor maximo em reais
valor_minNoValor minimo em reais
finalidadeNoModalidade comercial: venda, locacao ou ambos. Permuta e condicao da venda.
imobiliariaNoSlug da imobiliaria. Ex: "kasamais"
quartos_maxNoMaximo de quartos
quartos_minNoMinimo de quartos

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare read-only and non-destructive intent, lowering the bar. Description adds that results include photo, approximate address, price, and ID, plus the list-return behavior. Does not discuss pagination or response structure, but adds meaningful context beyond 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?

Two sentences, front-loaded with the core action, filters, and return fields. No wasted words.

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?

With 14 parameters, no output schema, and a required natural-language parameter, a short list of filters is insufficient. It does not explain pagination, the role of 'descricao', or the non-residential types allowed in the schema. The description is adequate for a simple filter tool but not for this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 79%, but description omits the required 'descricao' parameter entirely and fails to mention other params like finalidade, imobiliaria, limit/offset. Although it lists common filters, it does not clarify that the search is driven by a natural-language description, which is essential. The description also omits enum options beyond casa/apartamento/terreno.

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?

Description clearly states it searches residential real estate listings from partner agencies in Brazil. It lists filters and return fields, distinguishing it from sibling tools like detalhes_imovel (details) by specifying it returns a list with IDs for detail lookup.

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?

Implies usage for property search with filters, but does not explicitly state when to prefer this over sibling tools like imoveis_proximos or comparar_imoveis. No exclusions or alternative recommendations.

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
Disambiguation5/5

Each tool addresses a distinct step in the real estate journey: financial pre-qualification, property search, proximity search, detail viewing, comparison, visit scheduling, payment estimation, and neighborhood analytics. No two tools have overlapping responsibilities; even the two estimation tools focus on different questions (affordable price vs. monthly payment).

Naming Consistency3/5

Most tools follow a verb_noun pattern like buscar_imoveis and agendar_visita, but others are noun-based (detalhes_imovel, info_bairro) and one mixes English with Portuguese (capacidade_pre_search). The consistent 'brokeria' prefix mitigates this, but the varied structures and language mixing are noticeable.

Tool Count5/5

At 8 tools, the set is appropriately scoped for a real estate assistant, covering both discovery (search, nearby) and action (scheduling) without redundancy. Each tool has a clear role, and there is no excess or obvious bloat.

Completeness5/5

The tool set delivers a complete workflow: budgeting (capacidade_pre_search), searching (buscar_imoveis/imoveis_proximos), evaluating (detalhes_imovel/comparar_imoveis), contextualizing (info_bairro), and acting (agendar_visita). It also covers financing education with estimar_parcela_educacional. Missing features like listing purchases or broker contact are out of scope for a buyer-facing assistant.