Skip to main content
Glama

Subastech — subastas judiciales de inmuebles (BOE)

Ficha de una subasta

subasta
Read-onlyIdempotent

Ficha pública de una subasta del BOE por identificador (10 caracteres), URL de app.subastech.com o identificador BOE (SUB-…): dirección, valores, fechas, resultado, lotes y un resumen citable. Pública, sin cuenta. 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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoIdentificador público de la subasta (10 caracteres)
urlNoURL de la ficha en app.subastech.com
boe_idNoIdentificador del BOE (p. ej. `SUB-JA-2026-123456`): devuelve todos los lotes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctaNo
lotesNo
lockedNo
resumenYesFrase citable con los datos del BOE
subastaYes
disclosureNo

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds meaningful behavioral context beyond that: the tool is public and requires no account, some fields are gated behind a paid plan, and locked fields are returned as `locked` with an `upgradeUrl`. This is valuable for setting agent expectations about degraded responses and paywall behavior. The write-free, idempotent behavior is consistent with the annotations, and the description's claims do not contradict them.

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 compact but information-dense: two sentences cover input forms, returned fields, public access, paywall gating, and locked responses. It is front-loaded with the core purpose and input forms before diving into plan limitations. There is no filler or repetition of schema text.

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 presence of an output schema that can describe return values, the description covers the remaining contextual essentials: how to address the resource, what data is public, what requires a plan, and how locked fields behave. Input parameters are fully documented in the schema, so an agent has everything needed to invoke it correctly. The tool's complexity is moderate, and the description plus schema plus annotations form a complete picture.

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 100%: each parameter (id, url, boe_id) has its own schema description explaining format and semantics. The tool description adds the functional context of how the inputs relate to the resource: URL from app.subastech.com and BOE identifiers with the SUB- prefix. No parameters have enums and required is 0, which the description partly explains by saying the tool accepts 'por identificador, URL o identificador BOE,' implying any one is sufficient. The description does not add significant syntax beyond the schema except the BOE-ID-returns-all-lots note, so the baseline 3 is appropriate.

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 that this tool retrieves a public auction sheet from BOE by identifier, URL, or BOE ID, and lists the specific fields returned (address, values, dates, result, lots, summary). It is immediately distinguished from siblings like buscar_subastas or analisis_subasta because it is a single-record ficha by identifier rather than a search or analysis. The title 'Ficha de una subasta' reinforces the resource but the description adds the specific input forms and output coverage.

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 states the tool is public and requires no account, and it explicitly says which fields are available without login versus which require a plan. It also names the input formats (10-character ID, app.subastech.com URL, BOE identifier) and notes that BOE ID returns all lots. It does not explicitly name sibling alternatives or contrast with search tools, but for a lookup-by-identifier tool the usage context is clear enough. The clear public/no-account statement helps an agent decide when to use this tool over ones requiring auth.

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