TCP Bolivia MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| buscar_por_nombreA | Busca causas o expedientes en el TCP de Bolivia por el nombre de las partes involucradas. |
| buscar_por_resolucionA | Busca resoluciones por número y gestión/año (ej. Resolución 0601/2026-S2). |
| buscar_jurisprudenciaA | Busca tesis de jurisprudencia y resoluciones por búsqueda de texto libre sobre temas legales (ej. "anticresis", "asistencia familiar"). |
| obtener_contenido_resolucionA | Obtiene el texto de la resolución completa por su ID (resolucionId). Útil si deseas leer toda la sentencia. |
| buscar_en_resolucionA | Busca palabras clave dentro de una resolución del TCP de forma local en tu PC y devuelve únicamente los párrafos coincidentes con su contexto para ahorrar tokens. |
| obtener_fundamentos_y_falloA | Filtra y extrae solo la parte de Fundamentos Jurídicos y el fallo final (Por Tanto) de una sentencia en base a su ID. Ahorra hasta un 80% de tokens eliminando los antecedentes históricos repetitivos. |
| descargar_resolucion_pdfA | Descarga el PDF oficial firmado digitalmente de la resolución y lo guarda en la carpeta de Descargas (Downloads) de tu PC. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct search/retrieval operation: by party name, resolution number, free-text jurisprudence, full content, keyword-in-context, extracted sections, and PDF download. The purposes are clearly separated and unlikely to be confused.
All tool names follow a consistent pattern of a Spanish verb in imperative form followed by a descriptive noun phrase, using snake_case throughout. Variations like 'buscar_por_nombre' and 'buscar_jurisprudencia' are minor and still follow the verb-first convention.
Seven tools is within the ideal range for a focused domain. Each tool serves a clear, non-redundant purpose, and the count feels appropriate for a legal document search and retrieval server.
The tool set covers the core lifecycle of searching and accessing resolutions: multiple search entry points, full-text retrieval, targeted extraction, and PDF download. There are no obvious dead ends for a read-only legal research workflow.