← WebMCP Directory

Tool tree

imovelguide.com.br

Commerce
https://imovelguide.com.br/
Brazilian property listings for sale and rent
Explore capabilities

Tools verified

search_propertiesAction

Search properties by purchase intent, property type, and location.

View tool JSON
{
  "name": "search_properties",
  "kind": "act",
  "impl": "declarative",
  "description": "Search properties by purchase intent, property type, and location.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "optEmBuscaDe": {
        "type": "string",
        "anyOf": [
          {
            "type": "string",
            "const": "venda",
            "title": "Comprar"
          },
          {
            "type": "string",
            "const": "aluguel",
            "title": "Alugar"
          },
          {
            "type": "string",
            "const": "imoveis-lancamento",
            "title": "Imóvel novo"
          }
        ],
        "enum": [
          "venda",
          "aluguel",
          "imoveis-lancamento"
        ]
      },
      "tipo": {
        "type": "string",
        "anyOf": [
          {
            "type": "string",
            "const": "todos",
            "title": "Todos"
          },
          {
            "type": "string",
            "const": "apartamento",
            "title": "Apartamento"
          },
          {
            "type": "string",
            "const": "casa",
            "title": "Casa"
          },
          {
            "type": "string",
            "const": "chacara",
            "title": "Chácara"
          },
          {
            "type": "string",
            "const": "casa-de-condominio",
            "title": "Casa de Condomínio"
          },
          {
            "type": "string",
            "const": "flat",
            "title": "Flat"
          },
          {
            "type": "string",
            "const": "lote-terreno",
            "title": "Lote / Terreno"
          },
          {
            "type": "string",
            "const": "sobrado",
            "title": "Sobrado"
          },
          {
            "type": "string",
            "const": "cobertura",
            "title": "Cobertura"
          },
          {
            "type": "string",
            "const": "kitnet",
            "title": "Kitnet"
          },
          {
            "type": "string",
            "const": "edificio-residencial",
            "title": "Edifício Residencial"
          },
          {
            "type": "string",
            "const": "loft",
            "title": "Loft"
          },
          {
            "type": "string",
            "const": "studio",
            "title": "Studio"
          },
          {
            "type": "string",
            "const": "casa-de-vila",
            "title": "Casa de Vila"
          },
          {
            "type": "string",
            "const": "terreno-em-condominio",
            "title": "Terreno em Condomínio"
          },
          {
            "type": "string",
            "const": "vaga-de-garagem",
            "title": "Vaga de Garagem"
          },
          {
            "type": "string",
            "const": "outros-imoveis",
            "title": "Outros Imóveis"
          },
          {
            "type": "string",
            "const": "consultorio",
            "title": "Consultório"
          },
          {
            "type": "string",
            "const": "sala-comercial",
            "title": "Sala Comercial"
          },
          {
            "type": "string",
            "const": "fazenda-sitio",
            "title": "Fazenda / Sítio"
          },
          {
            "type": "string",
            "const": "galpao-deposito-armazem",
            "title": "Galpão / Depósito / Armazém"
          },
          {
            "type": "string",
            "const": "imovel-comercial",
            "title": "Imóvel Comercial"
          },
          {
            "type": "string",
            "const": "loja",
            "title": "Loja"
          },
          {
            "type": "string",
            "const": "lote-terreno-comercial",
            "title": "Lote / Terreno"
          },
          {
            "type": "string",
            "const": "ponto-comercial",
            "title": "Ponto Comercial"
          }
        ],
        "enum": [
          "todos",
          "apartamento",
          "casa",
          "chacara",
          "casa-de-condominio",
          "flat",
          "lote-terreno",
          "sobrado",
          "cobertura",
          "kitnet",
          "edificio-residencial",
          "loft",
          "studio",
          "casa-de-vila",
          "terreno-em-condominio",
          "vaga-de-garagem",
          "outros-imoveis",
          "consultorio",
          "sala-comercial",
          "fazenda-sitio",
          "galpao-deposito-armazem",
          "imovel-comercial",
          "loja",
          "lote-terreno-comercial",
          "ponto-comercial"
        ],
        "description": "The property type to search for. Use todos when no specific type is needed."
      },
      "imovel": {
        "type": "string",
        "description": "The neighborhood or city where the user wants to search for properties."
      }
    },
    "required": []
  }
}