ApiColombiaMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_COLOMBIA_URL | No | The URL for the API Colombia service | https://api-colombia.com/api/ |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getCountryC | Get information about a country |
| getRegionsB | Get list of regions in Colombia |
| getRegionByIdB | Get detailed information about a specific region by ID |
| getDepartmentsByRegionB | Get list of departments for a specific region by region ID |
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 4 tools
Each tool has a clearly distinct purpose: getCountry retrieves country-level information, getRegions lists regions, getRegionById provides details for a specific region, and getDepartmentsByRegion fetches departments for a given region. There is no overlap in functionality, making tool selection straightforward.
All tool names follow a consistent verb_noun pattern with camelCase styling (e.g., getCountry, getRegions, getRegionById, getDepartmentsByRegion). The naming is predictable and enhances readability across the toolset.
With 4 tools, the count is reasonable for a server focused on Colombian geographic data. It covers key entities (country, regions, departments) but feels slightly thin, as operations like searching or filtering might be missing, though not critical for the core scope.
The toolset provides good coverage for retrieving geographic information in Colombia, including country details, regions, and departments. However, there are minor gaps, such as no tools for cities or municipalities, which agents might need to work around for more granular data.