Skip to main content
Glama

El Pujante — Subastas públicas de España

buscar_inmuebles

Busca inmuebles en subasta pública activa en España (BOE, AEAT y Seguridad Social). Todos los filtros son opcionales.

- `uso`: Residencial, Comercial, Industrial, Agrario...
- `bien_subtipo`: Vivienda, Garaje, Finca rústica, Solar...
- `tipo_subasta`: origen exacto ('JUDICIAL EN VÍA DE APREMIO',
  'AGENCIA TRIBUTARIA', 'SEGURIDAD SOCIAL'...).
- `descuento_min`: descuento mínimo sobre tasación, en % (ej. 50).
- `dias_max`: que cierre en como mucho N días.
- `cargas_ratio_max`: cargas/valor máximo en % (filtro de riesgo; solo
  poda las subastas con cargas numéricas).
- `orden`: fecha_conclusion_asc | fecha_conclusion_desc | precio_asc |
  precio_desc | descuento_desc | m2_desc.
- `limit`: máximo de resultados (1-200).

No hay búsqueda por texto libre ni parámetro de ubicación genérico: la zona
se filtra por `municipio` (nombre de municipio, no de barrio o comarca),
`provincia` o `codigo_postal`. Devuelve siempre solo subastas activas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usoNo
limitNo
ordenNofecha_conclusion_asc
m2_maxNo
m2_minNo
dias_maxNo
municipioNo
provinciaNo
precio_maxNo
precio_minNo
bien_subtipoNo
tipo_subastaNo
codigo_postalNo
descuento_minNo
cargas_ratio_maxNo

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does excellently: it discloses data sources, that only active auctions are returned, that all filters are optional, the exact meaning of each listed filter, and even nuances like cargas_ratio_max 'filtro de riesgo; solo poda las subastas con cargas numéricas'. This goes well beyond basic behavior.

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?

The description is well-structured with a clear purpose sentence, a bullet list of parameters, and a clarifying note about location filters. Each line adds value (examples, allowed values, constraints), and there is no repetition or fluff. The front-loading of purpose makes it immediately understandable.

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

Completeness4/5

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

Given the tool's complexity (15 optional parameters, no annotations, no output schema), the description covers a lot: purpose, parameter meanings, filter semantics, examples, and exclusions. However, it leaves out four parameters and does not describe the return format or any pagination/error behavior. It is mostly complete but not fully.

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 0%, so the description must compensate. It does explain 11 of 15 parameters with examples and domain-specific detail (e.g., tipo_subasta origins, orden allowed values). However, it omits m2_min, m2_max, precio_min, and precio_max entirely; these are only present as schema titles, which are self-explanatory but still a gap in the description's coverage.

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's purpose: 'Busca inmuebles en subasta pública activa en España' (searches properties in active public auction in Spain), listing specific sources (BOE, AEAT, Seguridad Social). This distinguishes it from sibling tools like comparar_inmuebles or detalle_inmueble, which focus on comparing or detailing properties rather than searching/filtering.

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?

The description provides clear usage context: all filters are optional, and it explicitly states what the tool does NOT do ('No hay búsqueda por texto libre ni parámetro de ubicación genérico'). It clarifies how location filtering works via municipio/provincia/codigo_postal. However, it does not explicitly name alternative tools for when to use them instead, such as comparar_inmuebles or inmuebles_similares.

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

A3.9/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: searching, comparing, viewing details, estimating costs, assessing risk, finding similar properties, and viewing inventory stats. There is no overlap or ambiguity between tool functions.

Naming Consistency3/5

All names use lowercase with underscores, but the pattern is mixed: some are verb-led (buscar_inmuebles, comparar_inmuebles) while others are noun-led (costes_totales, detalle_inmueble, resumen_riesgo, stats_inventario). The use of 'stats' (English) in an otherwise Spanish set also detracts from consistency.

Tool Count5/5

Seven tools is well within the ideal range for a domain-specific read-only server. Each tool covers a distinct aspect of the auction-searching workflow, with no redundancy or unnecessary additions.

Completeness5/5

For an informational public-auction tool, the surface is complete: search, detail, comparison, cost estimation, risk analysis, similar items, and global statistics. There are no obvious gaps or dead ends for the stated purpose.

Resources