detalle_licitacion
Devuelve el detalle completo de UNA licitación pública (PLACSP) a partir del 'id' de su enlace /licitacion (el que devuelve buscar_oportunidades), o de su nif_organo y expediente: importe, plazo, lugar de ejecución, tipo y procedimiento, CPV, lotes, órgano de contratación y adjudicatarios si ya e...
This record as markdown: /tools/es-boletinclaro-mcp/detalle-licitacion.md
What detalle_licitacion does on Boletín Claro
AI agents call detalle_licitacion to retrieve information from Boletín Claro without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | — | Identificador de la licitación: el último tramo del enlace /licitacion/{slug}/{id} que devuelve buscar_oportunidades (también puedes pegar el enlace entero). Es |
expediente | string | — | Alternativa, solo si no tienes el enlace: código de expediente (ContractFolderID), p. ej. '3/2026'. Úsalo junto a nif_organo. |
nif_organo | string | — | Alternativa, solo si no tienes el enlace: NIF del órgano de contratación. Úsalo junto a expediente. |
Parameters from the server's own tool schema.
Why detalle_licitacion is rated Low
The tool retrieves and returns detailed information about a public procurement tender. It is purely a read/query operation with no side effects, no data modification, and no authentication required. The severity is low as it only reads publicly available procurement data.
From the tool's definition Devuelve el detalle completo de UNA licitación pública... importe, plazo, lugar de ejecución, tipo y procedimiento, CPV, lotes, órgano de contratación y adjudicatarios. No requiere iniciar sesión.
Attacks that exploit this kind of access
The rule that runs detalle_licitacion 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 detalle_licitacion, this is the rule to start with:
detalle_licitacion is read-only, so it stays allowed. 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 detalle_licitacion call is checked against it from then on.
Questions about detalle_licitacion
Devuelve el detalle completo de UNA licitación pública (PLACSP) a partir del 'id' de su enlace /licitacion (el que devuelve buscar_oportunidades), o de su nif_organo y expediente: importe, plazo, lugar de ejecución, tipo y procedimiento, CPV, lotes, órgano de contratación y adjudicatarios si ya está adjudicada. Úsala para resumir o comparar licitaciones sin abrir el portal oficial. No requiere iniciar sesión. It is categorised as a Read tool in the Boletín Claro MCP Server, which means it retrieves data without modifying state.
detalle_licitacion accepts 3 parameters: id, expediente, nif_organo. 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 detalle_licitacion: 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.
detalle_licitacion is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the detalle_licitacion 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 detalle_licitacion. 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.
detalle_licitacion 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