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`)
criteriosYesFiltros que debe cumplir una subasta para disparar la alerta: provincias, municipios, tipo de inmueble, precio, superficie y ocupación.
quiet_hoursNoFranja en la que no se envían avisos. `paused` la desactiva; `from` y `to` en formato HH:MM; `days` con 0 = domingo … 6 = sábado.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
okYes
ctaNo
urlYes
avisosNo
ajustesNo
disclosureNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / additionalProperties
      Added value: +false
    • addedInput schema / properties / criterios / additionalProperties
      Added value: +false
    • addedInput schema / properties / quiet_hours / additionalProperties
      Added value: +false
  2. Changed2 schema fields changed
    • addedInput schema / properties / criterios / description
      Added value: +"Filtros que debe cumplir una subasta para disparar la alerta: provincias, municipios, tipo de inmueble, precio, superficie y ocupación."
    • addedInput schema / properties / quiet_hours / description
      Added value: +"Franja en la que no se envían avisos. `paused` la desactiva; `from` y `to` en formato HH:MM; `days` con 0 = domingo … 6 = sábado."
  3. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the annotations (which only declare it is not read-only/idempotent/destructive), the description discloses three concrete traits: the auth requirement (verified account + `alertas:write` scope), a side effect (a confirmation email is sent on creation), and quota behavior (alert/channel limits depend on plan via `ajustes`). These are exactly the auth-needs and rate-limit context the rubric rewards.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Five tightly packed sentences, front-loaded with the creation action and followed by requirements, side effect, limits, and the preview recommendation. No filler, though the density of separate clauses makes it slightly more than the bare minimum needed.

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 write tool with 6 params, nested objects, and an output schema, the description covers the practical gaps: purpose, prerequisites, side effects, limits, and a safer alternative. Return values are handled by the output schema, so nothing essential is missing.

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%, including enums and nested criteria/quiet_hours docs, so the schema carries parameter semantics. The description only restates the top-level groups (criterios, tipos, cadencia, canales) without adding new meaning, which is the correct baseline of 3.

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 ("Crea una alerta de subastas") and enumerates what the alert is composed of (criterios, tipos de aviso, cadencia, canales), so an agent immediately knows the shape of the payload. It also names a sibling (alertas_previsualizar), making it distinguishable from the other alertas_* tools.

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?

Gives a clear prerequisite (verified account with scope `alertas:write`) and explicitly routes the agent to `alertas_previsualizar` before creating. There is no explicit "when not to use" (e.g. prefer alertas_editar for existing alerts), so it falls just short of full routing guidance.

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.

Resources