editar_alerta
Edita una de tus alertas: cambia lo que vigila (con 'nueva_descripcion' en lenguaje natural) y/o su nombre (con 'nuevo_nombre'). Identifícala por su 'nombre' actual. Cambiar la descripción rehace el criterio de búsqueda, así que muéstrale primero al usuario el resumen (confirmar=false) y aplica e...
This record as markdown: /tools/es-boletinclaro-mcp/editar-alerta.md
What editar_alerta does on Boletín Claro
AI agents use editar_alerta to create or update resources in Boletín Claro, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Boletín Claro environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
nombre | string | Yes | Nombre actual de la alerta a editar, tal como aparece en listar_mis_alertas. |
confirmar | boolean | — | Necesario (true) para aplicar un cambio de descripción; con false se muestra primero un resumen del nuevo alcance. No hace falta para renombrar. |
nuevo_nombre | string | — | Opcional. Nuevo nombre para la alerta. |
nueva_descripcion | string | — | Opcional. Nueva descripción en lenguaje natural de lo que debe vigilar; reemplaza lo que buscaba. Cambiar esto requiere confirmar=true. |
Parameters from the server's own tool schema.
Why editar_alerta is rated Medium
This tool modifies an existing alert's description and/or name, which is a reversible write operation. It does not delete data, execute code, or involve financial transactions. The confirmation mechanism (confirmar=true/false) further suggests a controlled, reversible modification. Severity is low since it only affects user-defined alert configurations.
From the tool's definition Edita una de tus alertas: cambia lo que vigila (con 'nueva_descripcion') y/o su nombre (con 'nuevo_nombre')
Attacks that exploit this kind of access
The rule that runs editar_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 editar_alerta, this is the rule to start with:
editar_alerta stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Boletín Claro, apply this rule, and every editar_alerta call is checked against it from then on.
Questions about editar_alerta
Edita una de tus alertas: cambia lo que vigila (con 'nueva_descripcion' en lenguaje natural) y/o su nombre (con 'nuevo_nombre'). Identifícala por su 'nombre' actual. Cambiar la descripción rehace el criterio de búsqueda, así que muéstrale primero al usuario el resumen (confirmar=false) y aplica el cambio solo con confirmar=true; renombrar no necesita confirmación. Requiere iniciar sesión. It is categorised as a Write tool in the Boletín Claro MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
editar_alerta accepts 4 parameters: nombre, confirmar, nuevo_nombre, nueva_descripcion. 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 editar_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.
editar_alerta is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the editar_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 editar_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.
editar_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.
This server
Across the catalogue