Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_laws_listA

Búsqueda avanzada de normas del BOE.

Args: -from_date: Fecha mínima (AAAAMMDD). -to_date: Fecha máxima (AAAAMMDD). -offset: Índice inicial. Es obligatorio incluírlo en la llamada a la función. -limit: Máximo de resultados (-1 para todos).

-query_value: Texto libre. Usar preferentemente palabras, no frases.

-search_in_title_only: True para buscar solo en el título (True por defecto).
-solo_vigente: True para buscar solamente normas vigentes (True por defecto).
-solo_consolidada: true para buscar solamente normas consolidadas (False por defecto).

-ambito: Filtra por ámbito ('Estatal', 'Autonómico', 'Europeo').
-must: Condiciones que deben cumplirse (and).
-should: Condiciones opcionales (or).
-must_not: Condiciones excluidas (not).
-range_filters: Filtros por fechas.
-sort_by: Ordenamiento personalizado.
get_law_sectionA

Recupera una parte específica de una norma consolidada del BOE.

Args: identifier: ID de la norma (ej. "BOE-A-2023-893"). section: Parte de la norma a obtener: - "completa": Toda la norma - "metadatos": Solo metadatos - "analisis": Datos analíticos (materias, referencias) - "metadata-eli": Metadatos ELI - "texto": Texto completo consolidado - "indice": Índice de bloques - "bloque": Un bloque específico (requiere block_id) block_id: Solo requerido si section="bloque" format: Formato de respuesta (xml o json, si disponible)

Returns: Contenido de la norma o parte solicitada (como string XML o JSON).

get_boe_summaryA

Obtener sumario del BOE para una fecha (AAAAMMDD).

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

get_borme_summaryA

Obtener sumario del BORME para una fecha (AAAAMMDD).

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

get_auxiliary_tableA

Consultar tablas auxiliares disponibles en la API del BOE. Dichas tabls incluyem los códigos de materias, ámbitos, estados de consolidación, departamentos, rangos y relaciones. Estos códigos se pueden usar para usar en las queries de la función search_consolidated_laws_list

Args: table_name: Una de las siguientes: 'materias', 'ambitos', 'estados-consolidacion', 'departamentos', 'rangos', 'relaciones-anteriores', 'relaciones-posteriores'

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: searching norms, retrieving norm sections, getting daily summaries for BOE and BORME, and accessing auxiliary tables. No two tools overlap in functionality, and the summary tools are differentiated by the source bulletin.

Naming Consistency4/5

Four tools follow a consistent 'get_' prefix pattern (get_law_section, get_boe_summary, get_borme_summary, get_auxiliary_table), while search_laws_list deviates with 'search_'. Names are otherwise readable and predictable, but the single deviation and a cross-reference typo ('search_consolidated_laws_list' vs 'search_laws_list') prevent a perfect score.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of accessing BOE legal data. Each tool covers a distinct aspect (search, retrieval, summaries, auxiliary tables) without redundancy or excessive granularity.

Completeness5/5

The tool surface covers the core workflow for legal research: searching norms, retrieving full texts or specific sections, browsing daily summaries, and using controlled vocabularies for precise queries. There are no obvious dead ends or missing operations for typical use cases.

Maintenance

ActivityInactive
ResponsivenessUnresponsive