Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_COLOMBIA_URLNoThe URL for the API Colombia servicehttps://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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count4/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues