pausar_alerta
Pausa una de tus alertas para dejar de recibir avisos sin borrarla. Indica el 'nombre' de la alerta tal como aparece en listar_mis_alertas. Reversible con reactivar_alerta. Requiere iniciar sesión.
This record as markdown: /tools/es-boletinclaro-mcp/pausar-alerta.md
What pausar_alerta does on Boletín Claro
AI agents use pausar_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 de la alerta a pausar, tal como aparece en listar_mis_alertas. |
Parameters from the server's own tool schema.
Why pausar_alerta is rated Medium
The tool modifies the state of an alert (pausing it) but does not delete it and is explicitly reversible via reactivar_alerta. This is a reversible state change, which fits the Write category. Severity is low since misuse only temporarily stops alert notifications with no data loss or financial impact.
From the tool's definition 'Pausa una de tus alertas para dejar de recibir avisos sin borrarla. Reversible con reactivar_alerta.'
Attacks that exploit this kind of access
The rule that runs pausar_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 pausar_alerta, this is the rule to start with:
pausar_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 pausar_alerta call is checked against it from then on.
Questions about pausar_alerta
Pausa una de tus alertas para dejar de recibir avisos sin borrarla. Indica el 'nombre' de la alerta tal como aparece en listar_mis_alertas. Reversible con reactivar_alerta. 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.
pausar_alerta accepts 1 parameter: nombre. 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 pausar_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.
pausar_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 pausar_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 pausar_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.
pausar_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