Skip to main content
Glama

Subastech — subastas judiciales de inmuebles (BOE)

Buscar subastas

buscar_subastas
Read-onlyIdempotent

Busca subastas judiciales de inmuebles del BOE por provincia, municipio, tipo, precio, superficie, texto libre, zona (bbox o radio) y estado. Pública, sin cuenta: devuelve datos oficiales del BOE y la URL de cada ficha. El scoring, veredicto, cargas, ROI, valoración e intervinientes requieren cuenta y plan Pro o superior; si algo está cerrado se devuelve locked con upgradeUrl. Sin plan con scoring, orden: score pasa a recent y solo_viables se ignora (campo degradado). Máximo 20 por página.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxNoZona rectangular en grados (lon/lat)
tipoNoTipos de inmueble, valores EXACTOS de `estadisticas_publicas.tipos` (p. ej. `Vivienda`, `Garaje`)
cercaNoRadio alrededor de un punto (máximo 50 km)
ordenNo`recent` (por defecto), `ending`, `discount`, `price`; `score` solo con plan Pro (si no, pasa a `recent`)
textoNoTexto libre (calle, barrio, juzgado…), máximo 120 caracteres
estadoNo`activas` (por defecto), `todas`, `adjudicadas` o `desiertas`
paginaNoPágina (≥1; máximo 25 sin cuenta, 50 con cuenta)
area_maxNoSuperficie construida máxima (m²)
area_minNoSuperficie construida mínima (m²)
municipioNoClaves `provincia:municipio` (de `estadisticas_publicas` con `municipio_q`)
provinciaNoSlugs de provincia (p. ej. [`madrid`, `barcelona`]); ver `estadisticas_publicas`
por_paginaNoResultados por página (1..20)
precio_maxNoValor de subasta máximo (euros)
precio_minNoValor de subasta mínimo (euros)
solo_viablesNoOcultar las no recomendables: solo con plan Pro (si no, se ignora)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctaNo
itemsYes
totalYes
lockedNo
paginaYes
hasMoreYes
paginasYes
degradadoNo
disclosureNo
por_paginaYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint true, and the description adds substantial behavioral context on top: plan-gated fields return `locked` with `upgradeUrl`, `orden: score` silently falls back to `recent` and `solo_viables` is ignored (with a `degradado` field), and there is a 20-per-page cap. This gives an agent an accurate model of what the response will contain across account tiers. No contradiction with 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?

Four dense sentences with zero filler: the purpose and filter scope are front-loaded, followed by access model, plan-gated data behavior, degradation behavior, and pagination cap. Every clause carries operational information an agent needs.

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?

For a 15-parameter tool with 100% schema coverage, an output schema, and safety annotations, the description covers the remaining critical ground: access tier, exactly which derived fields are gated, how gating manifests in responses (`locked`/`upgradeUrl`/`degradado`), and pagination limits. Nothing an agent needs to call and interpret this search correctly is missing.

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 coverage is 100%, so individual parameter meaning is already documented; the description adds cross-parameter, plan-dependent semantics that the schema cannot express, such as `orden: score` degrading to `recent` and `solo_viables` being ignored without Pro. It also bundles the two zone parameters as 'zona (bbox o radio)', helping an agent see that `bbox` and `cerca` are alternatives for the same filter intent.

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?

States a specific verb and resource ('Busca subastas judiciales de inmuebles del BOE') and enumerates eight filter dimensions (provincia, municipio, tipo, precio, superficie, texto libre, zona, estado). This scope clearly distinguishes it from siblings like `subasta` (singular) and `buscar_por_codigo`, whose names imply narrower lookups. The access model ('Pública, sin cuenta') further pins down its role as the open multi-filter search.

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 gives clear context: it is the public, account-free search over BOE auctions, and it explicitly explains plan gating (Pro required for scoring, veredicto, cargas, ROI, valoración, intervinientes) plus degraded behavior without a plan. However, it never names sibling tools or states explicit when-not-to-use conditions, so exclusion guidance is implied rather than stated.

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.7/5.0
Disambiguation3/5

Most tools are grouped into recognizable clusters (alertas, checkout, favoritos, notas), but several retrieval/report tools overlap: `fetch` and `subasta` both expose an auction record, and `analisis_subasta` and `informe` both provide analysis. The descriptions give enough distinguishing detail, but an agent must read closely to avoid misselection.

Naming Consistency2/5

Naming mixes Spanish and English, and mixes conventions: `alertas_crear` and `buscar_subastas` are Spanish compound names, `create_checkout`/`cancel_checkout` are English verb_noun, while `fetch`, `search`, `subasta` and `informe` are bare words. There is internal consistency within clusters, but no coherent pattern across the full toolset.

Tool Count2/5

32 tools is a large, heavy surface for one MCP server, exceeding the 25+ threshold where consolidation is usually needed. Many tools earn their place given the broad platform, but the multiple search/retrieval variants and five checkout lifecycle tools could be streamlined.

Completeness4/5

The server covers the core domain thoroughly: auction search/retrieval, viability reports, alerts, favorites, registry notes, market statistics, plans/account, and UCP checkout all have lifecycle coverage. Minor gaps exist, such as no explicit report-purchase history and some payment steps being delegated to a browser, but agents can complete most workflows.

Resources