mcp-colombia-demo
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 |
|---|---|
| obtener_departamentosA | Obtiene información oficial de los departamentos de Colombia desde la API pública de Colombia. Permite obtener la lista completa de departamentos o consultar/buscar un departamento específico por su nombre. |
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 1 tool
With only a single tool, there is no possibility of confusion with other tools. The tool's purpose is clearly focused on retrieving Colombian department information.
The tool name follows a clear verb_noun pattern ('obtener_departamentos') which is consistent and readable. With one tool, there are no naming conflicts or mixed conventions.
A one-tool server feels thin, even for a demo, but the tool itself covers a well-defined narrow slice of Colombian data. It sits at the borderline of being just enough for a minimal demonstration.
The tool provides both full listing and name-based search for departments, covering the core read operations for this domain. A minor gap is the lack of lookup by department code or integration with other Colombian geographic entities, but the department surface is adequately covered.