Skip to main content
Glama

Subastech — subastas judiciales de inmuebles (BOE)

Crear una alerta

alertas_crear

Crea una alerta de subastas (criterios, tipos de aviso, cadencia, canales). Requiere cuenta verificada (scope alertas:write). Envía un correo de confirmación al crearla. Límite de alertas y canales según el plan (ajustes). Previsualiza antes con alertas_previsualizar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tiposYes`new`, `price_drop`, `ending`, `status`
nombreYesNombre de la alerta
canalesYes`inapp` siempre; `email`; `push`/`telegram`/`webhook` según el plan
cadenciaYes`instant` requiere plan Pro (si no, pasa a `daily`)
criteriosYes
quiet_hoursNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
okYes
ctaNo
urlYes
avisosNo
ajustesNo
disclosureNo

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already convey this is a non-read-only, non-destructive mutation, and the description adds genuine behavioral context beyond them: the auth scope requirement, the confirmation-email side effect, and plan-dependent limits. It does not contradict the annotations (creating aligns with readOnlyHint=false and destructiveHint=false). It could go further on failure/validation behavior, but the disclosed side effects are a solid addition.

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?

Three tight sentences, each earning its place: purpose first, then prerequisites/side-effects/limits, then the preview router. Front-loaded and zero waste for a tool of this complexity.

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 — 6 params, 5 required, a nested criterios object with 12 sub-properties, and an output schema — the description covers the essential operational envelope: auth prerequisites, the email side effect, plan limits (with a pointer to ajustes), and the preview workflow. The fine-grained plan-dependent parameter behaviors are left to the schema, which already documents them, so nothing critical is missing for an agent to invoke it safely.

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 67%, and the schema itself is rich — it already documents plan-gating (cadencia 'instant' requires Pro, scoreMin/discountMinPct require Pro, 'inapp' always in canales). The description adds only a category-level summary (criterios, tipos, cadencia, canales) and a generic pointer to plan limits via ajustes, which mostly echoes the schema. It does not compensate for the undocumented params (quiet_hours structure, nombre limits), so a mid-range 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 opens with a specific verb+resource: "Crea una alerta de subastas" (creates an auction alert) and enumerates the alert's components (criterios, tipos de aviso, cadencia, canales). This clearly differentiates it from siblings like alertas_listar, alertas_eliminar, and alertas_activar, which cover other lifecycle stages.

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 explicit operational context: verified account with scope alertas:write is required, a confirmation email is sent, and limits depend on the plan (referencing ajustes). It also names an explicit alternative workflow — "Previsualiza antes con alertas_previsualizar" — telling the agent to preview before creating. It stops short of a full when-not matrix against all alert siblings (e.g., editing via alertas_editar), so it earns 4 rather than 5.

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