asignar_entrada
Archiva una entrada del inbox bajo uno o más clientes: es la segunda criba, la decisión de que esa oportunidad es relevante para ese cliente. Indica 'entrada_id' (el 'id' de listar_entradas) y 'clientes' (nombre o nombres separados por comas, tal como aparecen en listar_clientes). La entrada pasa...
This record as markdown: /tools/es-boletinclaro-mcp/asignar-entrada.md
What asignar_entrada does on Boletín Claro
AI agents use asignar_entrada 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 |
|---|---|---|---|
clientes | string | Yes | Cliente o clientes bajo los que archivar la entrada, por su nombre y separados por comas (tal como aparecen en listar_clientes). Ej: 'Acme S.L.' o 'Acme S.L., B |
entrada_id | string | Yes | Id de la entrada a archivar, tal como aparece en listar_entradas (campo 'id'). |
Parameters from the server's own tool schema.
Why asignar_entrada is rated Medium
The tool assigns/archives an inbox entry to one or more clients and links alerts, modifying workflow state. This is a reversible write operation (associating data) rather than destructive. No financial transactions or code execution involved.
From the tool's definition Archiva una entrada del inbox bajo uno o más clientes... La entrada pasa al flujo de trabajo de cada cliente y la alerta que la detectó se vincula automáticamente al cliente.
Attacks that exploit this kind of access
The rule that runs asignar_entrada 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 asignar_entrada, this is the rule to start with:
asignar_entrada 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 asignar_entrada call is checked against it from then on.
Questions about asignar_entrada
Archiva una entrada del inbox bajo uno o más clientes: es la segunda criba, la decisión de que esa oportunidad es relevante para ese cliente. Indica 'entrada_id' (el 'id' de listar_entradas) y 'clientes' (nombre o nombres separados por comas, tal como aparecen en listar_clientes). La entrada pasa al flujo de trabajo de cada cliente y la alerta que la detectó se vincula automáticamente al cliente. Requiere tener el modo clientes activado. 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.
asignar_entrada accepts 2 parameters: clientes, entrada_id. Required: clientes, entrada_id. 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 asignar_entrada: 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.
asignar_entrada 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 asignar_entrada 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 asignar_entrada. 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.
asignar_entrada 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