borrar_alerta
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...
This record as markdown: /tools/es-boletinclaro-mcp/borrar-alerta.md
What borrar_alerta does on Boletín Claro
AI agents call borrar_alerta to permanently remove resources in Boletín Claro, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.
| Parameter | Type | Required | Description |
|---|---|---|---|
nombre | string | Yes | Nombre de la alerta a borrar, tal como aparece en listar_mis_alertas. |
confirmar | boolean | — | Dé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. |
Parameters from the server's own tool schema.
Why borrar_alerta is rated Critical
This tool irreversibly deletes alerts and their complete history including notifications, notes, and documents. The description emphasizes permanence and irreversibility, making it a Destructive action.
From the tool's definition The description explicitly states 'Borra una de tus alertas de forma PERMANENTE, junto con todo su histórico (avisos, notas y documentos)' and 'Es IRREVERSIBLE'. The tool permanently deletes user data that cannot be recovered.
Attacks that exploit this kind of access
The rule that runs borrar_alerta safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Boletín Claro, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For borrar_alerta, this is the rule to start with:
borrar_alerta is removed from the agent's tool list entirely, so the agent never calls it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect Boletín Claro, apply this rule, and every borrar_alerta call is checked against it from then on.
Questions about borrar_alerta
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. It is categorised as a Destructive tool in the Boletín Claro MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.
borrar_alerta accepts 2 parameters: nombre, confirmar. Required: nombre. The full parameter table on this page comes from the server's own tool schema.
Register the Boletín Claro MCP server in PolicyLayer and add a rule for borrar_alerta: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Boletín Claro. Nothing to install.
borrar_alerta is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the borrar_alerta rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for borrar_alerta. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
borrar_alerta is provided by the Boletín Claro MCP server (https://boletinclaro.es/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Boletín Claro, and thousands of servers like it.
Across the catalogue