Skip to main content
Glama
0xKoller

MCP Argentina Datos

by 0xKoller

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get-feriadosB

Devuelve los feriados del año

get-feriados-timeframeC

Devuelve los feriados de un año específico pasado por parámetro

eventos-presidencialesC

Devuelve los eventos presidenciales

dolares-historicoB

Devuelve las cotizaciones de todas las casas de cambio.

dolares-por-casaB

Devuelve las cotizaciones del dólar de la casa de cambio especificada.

dolares-por-casa-fechaB

Devuelve la cotización del dólar de la casa de cambio especificada en la fecha indicada (en formato YYYY/MM/DD).

senadoresC

Devuelve los senadores.

senado-actasB

Devuelve las actas del senado

senado-actas-por-anioC

Devuelve las actas del senado de un año específico

diputadosC

Devuelve los diputados.

diputados-actas-por-anioC

Devuelve las actas de los diputados de un año específico

diputados-actasC

Devuelve las actas de los diputados

saludC

Devuelve el estado de la salud de la API

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 13 tools

Disambiguation4/5

Most tools have distinct purposes targeting different data domains (diputados, dólares, eventos, feriados, salud, senado), but there is some overlap between 'diputados-actas' and 'diputados-actas-por-anio' where the latter could be seen as a filtered version of the former. Similarly for 'senado-actas' and 'senado-actas-por-anio'. However, the descriptions clarify the differences, so confusion is minimal.

Naming Consistency3/5

The naming is mixed with some patterns: most use snake_case, but there's inconsistency in verb usage (e.g., 'get-feriados' uses 'get' while others use 'devuelve' implicitly). Tools like 'dolares-por-casa' and 'dolares-por-casa-fecha' follow a logical structure, but overall, the conventions vary without a strict verb_noun pattern, making it readable but not highly consistent.

Tool Count4/5

With 13 tools, the count is reasonable for a server covering multiple Argentine data domains (legislative, currency, events, holidays, health). It's slightly on the higher side but well-scoped, as each tool serves a specific query without obvious redundancy, fitting the broad purpose effectively.

Completeness4/5

The tool set covers key areas like legislative data (diputados, senado), currency rates (dólares), events, holidays, and API health, with good granularity (e.g., year-specific queries). Minor gaps exist, such as no update or delete operations, but this is typical for a read-only data API, and agents can work around this for querying purposes.

Maintenance

ActivityInactive
ResponsivenessNo issues