Skip to main content
Glama

Borrar alerta

borrar_alerta
Destructive

Borra una de tus alertas de forma PERMANENTE, junto con todo su histórico (avisos, notas y documentos). Indica el 'nombre' de la alerta tal como aparece en listar_mis_alertas. Es IRREVERSIBLE: llama primero con confirmar=false (por defecto) para avisar al usuario de qué se va a borrar, y solo con su visto bueno vuelve a llamar con confirmar=true. Si solo quiere dejar de recibir avisos sin perder el histórico, usa pausar_alerta en su lugar. Requiere iniciar sesión.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nombreYesNombre de la alerta a borrar, tal como aparece en listar_mis_alertas.
confirmarNoDéjalo en false (por defecto) para ver primero qué alerta se va a borrar; el borrado es permanente, así que vuelve a llamar con true para confirmarlo.

TDQS

A4.8/5.0
Behavior5/5

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

Even though the destructiveHint annotation already flags destructive behavior, the description goes far beyond it by explaining what is destroyed (avisos, notas, documentos), that it is irreversible, and the required login. This is high-value behavioral context not present in structured annotations.

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?

The description is dense and well-structured, with each sentence carrying essential information. It is slightly longer than necessary but avoids fluff, front-loading the critical permanent deletion fact and then providing procedural and alternative guidance.

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 destructive, irreversible operation with no output schema, the description provides a complete operating picture: what is deleted, the confirmation protocol, authentication needs, and a clear alternative. The agent has all necessary context to safely invoke this tool without further documentation.

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

Parameters4/5

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

The description reinforces the schema for the 'nombre' parameter by specifying it must match listar_mis_alertas, and it explains the confirmar parameter's role in the two-step confirmation workflow. While the schema already covers 100% of parameters, the description adds practical usage guidance that helps the agent sequence calls correctly.

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 the tool deletes an alert permanently along with its history ('Borra una de tus alertas de forma PERMANENTE, junto con todo su histórico'). It names the specific resource (alerta) and shows scope, distinguishing it from sibling tools like pausar_alerta by explicitly directing users to the alternative.

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

Usage Guidelines5/5

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

Provides explicit usage context: when to use (permanent deletion), when not to use (if only pausing, use pausar_alerta), a required authentication step ('Requiere iniciar sesión'), and a clear two-step confirmation flow with confirmar=false then confirmar=true. This fully guides the agent on when and how to invoke the tool.

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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: search vs. detail vs. alerts vs. company profile. No two tools overlap in purpose; even alert management tools (create, edit, pause, reactivate, delete) are clearly differentiated via descriptions and parameters.

Naming Consistency5/5

All tools follow a consistent Spanish verb_noun pattern (e.g., buscar_boletines, crear_alerta, pausar_alerta) with imperative verbs. The pattern is uniform across all 16 tools, enhancing predictability for an agent.

Tool Count4/5

With 16 tools, the count is slightly above the ideal range (3-15) but fully justified by the breadth of the domain: search, details, alerts lifecycle, company data, and summaries. Each tool serves a distinct need without unnecessary bloat.

Completeness5/5

The tool surface covers the full lifecycle of monitoring public money: searching (boletines, oportunidades, empresas), getting detailed information (convocatoria, licitacion, perfil), managing alerts (CRUD plus pause/reactivate), and summarizing (resumen_boletin, resumen_semana, mis_novedades). No obvious gaps.