vigilar_empresa
Crea una vigilancia de una o varias EMPRESAS concretas (competidores, clientes, proveedores) y avisa por email cuando tengan movimientos en el dinero público: contratos, subvenciones o cambios mercantiles. Para vigilar un TEMA (un sector o tipo de ayuda) usa crear_alerta; esta es para empresas co...
This record as markdown: /tools/es-boletinclaro-mcp/vigilar-empresa.md
What vigilar_empresa does on Boletín Claro
AI agents use vigilar_empresa 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 |
|---|---|---|---|
empresas | string | Yes | Empresa(s) a vigilar, separadas por comas: nombres (ej. 'Telefónica, Acme S.L.') o NIFs (ej. 'A82018474'). Por cada nombre se busca su NIF. |
confirmar | boolean | — | Déjalo en false (por defecto) para ver primero qué empresas se van a vigilar; vuelve a llamar con true para crear la vigilancia. |
Parameters from the server's own tool schema.
Why vigilar_empresa is rated Medium
The tool creates a new surveillance/monitoring entry in the system (a write operation) and sets up email notifications for future events. It is reversible (the sibling tool 'borrar_alerta' suggests alerts can be deleted). It does not execute code, delete data, or move money. The confirmation flow (confirmar=false/true) indicates it modifies persistent state when confirmed.
From the tool's definition 'Crea una vigilancia de una o varias EMPRESAS concretas' and 'avisa por email cuando tengan movimientos en el dinero público' — creates a persistent monitoring/alert record and triggers email notifications
Attacks that exploit this kind of access
The rule that runs vigilar_empresa 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 vigilar_empresa, this is the rule to start with:
vigilar_empresa 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 vigilar_empresa call is checked against it from then on.
Questions about vigilar_empresa
Crea una vigilancia de una o varias EMPRESAS concretas (competidores, clientes, proveedores) y avisa por email cuando tengan movimientos en el dinero público: contratos, subvenciones o cambios mercantiles. Para vigilar un TEMA (un sector o tipo de ayuda) usa crear_alerta; esta es para empresas con nombre y apellidos. Toma 'empresas' (nombres o NIFs separados por comas; por cada nombre se busca su NIF). IMPORTANTE: llama primero con confirmar=false (por defecto) para mostrar al usuario qué empresas se van a vigilar y pedir su visto bueno; solo cuando lo confirme, vuelve con confirmar=true. Es una función de pago. 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.
vigilar_empresa accepts 2 parameters: empresas, confirmar. Required: empresas. 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 vigilar_empresa: 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.
vigilar_empresa 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 vigilar_empresa 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 vigilar_empresa. 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.
vigilar_empresa 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