Skip to main content
Glama

Subastech — subastas judiciales de inmuebles (BOE)

Eliminar una alerta

alertas_eliminar
DestructiveIdempotent

Elimina una alerta tuya de forma permanente. Requiere cuenta verificada (scope alertas:write).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIdentificador de la alerta a eliminar (de `alertas_listar`).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
ctaNo
disclosureNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  2. Changed1 schema field changed
    • addedInput schema / properties / id / description
      Added value: +"Identificador de la alerta a eliminar (de `alertas_listar`)."
  3. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, so permanence is partly covered; the description reinforces it and adds genuinely new context via the auth/scope requirement. It still doesn't state whether the alert must be active, whether it's soft vs. hard delete beyond 'permanente', or any rate limits.

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?

Two short sentences, front-loaded with the action and its permanence, followed by the precondition. No filler or redundancy.

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?

An output schema exists, so return values needn't be described. Auth requirement, permanence, and target are all covered; only edge-case behavior (missing ID, already-deleted alert) is unaddressed.

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 coverage is 100% and the single `id` parameter is already documented as coming from `alertas_listar`, so the schema does the heavy lifting. The description adds nothing about the identifier format, which is acceptable given full schema coverage — baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource ('Elimina una alerta'), scopes it to the caller's own alerts ('tuya'), and notes permanence. It is clearly distinguishable from the alertas_* siblings by name, but it never explicitly contrasts itself with alertas_editar or alertas_listar.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives a real precondition (verified account, scope `alertas:write`), which tells the agent whether the call can succeed. However, it offers no when-to-use vs. alternatives guidance — e.g., that this is the irreversible counterpart to alertas_editar or how it relates to alertas_listar for discovering IDs.

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