Skip to main content
Glama

get_borme_summary

Get the BORME summary for a given date (YYYYMMDD) to access official Spanish business registry announcements and daily legal updates.

Instructions

Obtener sumario del BORME para una fecha (AAAAMMDD).

Args: fecha: Fecha del BORME (ej: 20240501)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fechaYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits. It only mentions the date format and does not describe the response structure, error behavior, or any side effects. For a read-only getter, this is somewhat implicit, but the description lacks explicit disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, starting with the primary purpose, and the Args section is useful because it provides the format example not found in the schema. Every piece of information earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one param, no output schema), the description is adequate for invocation but lacks details about the returned summary structure and usage context relative to sibling tools. It fulfills basic needs but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only the parameter name and type with no description. The tool description compensates by specifying the format (AAAAMMDD) and giving an example (20240501), which adds critical semantic meaning for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Obtener' with the resource 'sumario del BORME' and a date parameter, clearly distinguishing it from sibling tools like get_boe_summary. It states exactly what the tool returns and for which input.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as get_boe_summary. It only states the function and input format, leaving the agent without context for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnCode666/boe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server