Skip to main content
Glama
Angelthebestone

Normativa Colombia MCP

Buscar jurisprudencia del Consejo de Estado

buscar_jurisprudencia_consejo_estado

Find Colombian Council of State decisions by legal issue, exact phrase or keywords. Get the court's legal question and answer plus a link to the official SAMAI case file.

Instructions

Busca providencias tituladas del Consejo de Estado, el tribunal supremo de lo contencioso administrativo: nulidad y restablecimiento, contratación estatal, nulidad electoral, reparación directa y conceptos de la Sala de Consulta. Es un tribunal DISTINTO de la Corte Constitucional y de la Corte Suprema. Cada resultado trae el problema jurídico que la Sala se planteó y su respuesta, que es lo que de verdad sirve para orientarse. No devuelve el texto completo, pero sí el enlace a la ficha del proceso en SAMAI. CÓMO BUSCA: une los términos con OR por defecto, así que el número de páginas mide el tamaño del corpus, no la pertinencia. Con exacto=true (viene activado) busca la FRASE EXACTA: el número de páginas sí mide la frase, y si no aparece se amplía solo a OR avisándolo. Usa términos distintivos y avanza con pagina.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textoYesTérminos a buscar, ej. "nulidad electoral", "liquidación del contrato"
exactoNoBuscar la frase exacta (entre comillas en el buscador SAMAI). Viene activado; si la frase no aparece en la página, se amplía solo a OR con un aviso. Ponlo en false para ampliar a propósito.
limiteNoCuántas mostrar de la página (hasta 10)
paginaNoPágina de resultados, desde 1. SAMAI pagina en bloques de ~10 y no admite un desplazamiento libre, por eso aquí se pide la página y no el "desde" del resto de herramientas.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv1.13.0
    • addedInput schema / properties / exacto
      Added value: +{
      +  "default": true,
      +  "description": "Buscar la frase exacta (entre comillas en el buscador SAMAI). Viene activado; si la frase no aparece en la página, se amplía solo a OR con un aviso. Ponlo en false para ampliar a propósito.",
      +  "type": "boolean"
      +}
  2. Changed3 schema fields changedv1.9.0
    • changedInput schema / properties / limite / description
      Previous value: -"El buscador entrega páginas de 9 como máximo"New value: +"Cuántas mostrar de la página (hasta 10)"
    • changedInput schema / properties / limite / maximum
      Previous value: -9New value: +10
    • addedInput schema / properties / pagina
      Added value: +{
      +  "default": 1,
      +  "description": "Página de resultados, desde 1. SAMAI pagina en bloques de ~10 y no admite un desplazamiento libre, por eso aquí se pide la página y no el \"desde\" del resto de herramientas.",
      +  "minimum": 1,
      +  "type": "integer"
      +}
  3. First observedv1.6.0

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden. It transparently discloses that results include the juridical problem and answer, not the full text, but a SAMAI link, and explains the exact-match expansion to OR with a notice.

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

Conciseness4/5

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

The description is a bit verbose with editorial remarks like 'que es lo que de verdad sirve', but it is well-structured with clear sections for purpose, output, and search behavior, making it easy to scan.

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

Completeness4/5

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

Given no output schema, the description sufficiently covers expected results (problem/answer, link, not full text) and search nuances. It lacks explicit error/empty-result handling, but overall it provides enough context for correct usage.

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

Parameters5/5

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

All 4 parameters are described in the schema, and the description adds meaningful context: exacto behavior with fallback to OR, limite meaning results per page, and pagina explaining SAMAI's paging constraints versus other tools.

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 clearly states the tool's purpose: searching 'providencias tituladas' from the Consejo de Estado, and explicitly distinguishes it from the Corte Constitucional and Corte Suprema, which differentiates it from siblings like buscar_jurisprudencia_suprema.

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

Usage Guidelines4/5

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

It provides guidance on when to use this tool by noting it is distinct from other high courts, and explains search behavior (OR default, exact phrase with exacto=true). However, it does not explicitly compare against the generic buscar_jurisprudencia or other specific tools.

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

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/Angelthebestone/Normativa-colombiana-MCP'

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