Skip to main content
Glama

Subastech — subastas judiciales de inmuebles (BOE)

Crear checkout (UCP)

create_checkout

Crea una sesión de checkout UCP 2026-08-25 para comprar un informe de viabilidad, una nota simple registral o una suscripción de Subastech. Productos (item.id): informe:basico: (49 € o incluido según plan), informe:completo: (79 € o incluido), nota-simple: o nota-simple:cru:<14 dígitos> (20 €, solo se cobra con el PDF verificado) y plan:<starter|pro|team|enterprise>:<month|year> (la suscripción se completa en el navegador). Un producto por sesión, quantity 1. Precios con IVA. Indica checkout.buyer.email: se crea o vincula la cuenta del comprador y recibe un enlace de acceso por correo (o autentícate con un token de Subastech). Devuelve el objeto Checkout (status, line_items, totals, messages, links). Requiere meta['ucp-agent'] = { profile: 'https:///.well-known/ucp' } (identificación de la plataforma UCP).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYes
checkoutYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
ucpYes
buyerNo
linksNo
orderNo
statusNo
totalsNo
paymentNo
currencyNo
messagesNo
expires_atNo
line_itemsNo
continue_urlNo

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations are all false and thus provide little signal, so the description carries the burden. It discloses meaningful behaviors: buyer account creation/linking with an email access link, charging conditions for nota-simple, browser completion for subscriptions, and the required ucp-agent meta. It does not explicitly clarify charge timing for informe items or create-vs-complete side effects, which is a moderate gap.

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 dense but every clause earns its place: purpose, version/date, product catalog, pricing, constraints, buyer behavior, return value, and authentication requirement. It is front-loaded with the core action and avoids fluff.

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?

The description covers the essentials needed to call create_checkout: product identifiers, required meta, buyer behavior, and return shape. Given the existing output schema and sibling tools, it is mostly complete, but it does not mention the checkout completion/cancellation flow or payment instrument usage, which would help an agent navigate the full workflow.

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

Parameters5/5

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

With schema description coverage at 0%, the description compensates strongly: it enumerates exact item.id formats with prices, specifies one product/quantity 1, explains buyer.email account behavior, and requires meta['ucp-agent'] with a profile URL. This adds substantial meaning beyond the raw JSON Schema.

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 action ('Crea una sesión de checkout UCP') and a concrete resource scope: buying informes, nota simple, or a Subastech subscription. The product list and prices make the purpose unmistakable and differentiate it from sibling checkout tools like complete_checkout, cancel_checkout, and get_checkout.

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?

Provides clear context for when to invoke it: creating a checkout for one of the enumerated products. It also states constraints (one product per session, quantity 1, buyer email required). However, it never names or contrasts with sibling tools such as complete_checkout or cancel_checkout, so the when-not-to-use guidance is left implicit.

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