Skip to main content
Glama

Histórico del Índice Novillo (INMAG)

get_inmag_historico
Read-onlyIdempotent

Serie histórica del Índice Novillo (INMAG) — TENDENCIA. Serie diaria desde 2015-01-05: MAG/Cañuelas desde may-2022, antes era Mercado de Liniers (índice empalmado; la respuesta lo aclara cuando el rango cruza esa frontera). Devuelve valor inicial y final, variación %, mínimo, máximo, nº de ruedas y una muestra (~8 puntos). Índice DIARIO ponderado por volumen. Rango: dias (ventana atrás, default 30) o desde/hasta (YYYY-MM-DD, exacto — sirve para una fecha puntual: desde=hasta, GRATIS a cualquier profundidad). moneda: ars (default) o usd (dólar blue venta, último valor conocido a cada fecha). GRATIS y sin cupo hasta 365 días de ventana; pedir más devuelve igual los últimos 365 con su análisis completo, avisa cuántas ruedas quedaron atrás (recortado:true en el JSON) y ofrece la serie entera con API key Enterprise o por US$0,25 en USDC vía x402 (/api/x402/inmag-historico). Valor de HOY → get_indice_novillo; por categoría (semanal) → get_precios_hacienda, no comparar 1:1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diasNoVentana en días hacia atrás (default 30, máx 5000; la serie arranca 2015-01-05). Más de 365 se recorta salvo con API key. Ignorado si se pasa desde/hasta.
desdeNoFecha inicial YYYY-MM-DD (opcional; la serie arranca 2015-01-05)
hastaNoFecha final YYYY-MM-DD (opcional; default hoy). desde=hasta consulta una fecha puntual.
monedaNoars (default) o usd — conversión por dólar blue venta, último valor conocido a cada fecha (regla de /mercado/inmag-dolares)
api_keyNoAPI key Enterprise (cnsg_live_...) para la serie completa sin el techo de 365 días. Opcional si ya va por el header Authorization: Bearer.

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already set readOnlyHint, idempotentHint, and destructiveHint=false, and the description adds substantial behavior beyond that: returns initial/final values, % change, min, max, number of sessions, and a ~8-point sample; explains index conversion rules (dolar blue venta) and recortado:true truncation behavior. There is no contradiction with annotations.

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 dens but well front-loaded with the core series and return metrics before moving to range, currency, limits, and alternatives. Every sentence carries useful information, though the single long paragraph could be structured into bullet points for easier parsing.

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

Completeness5/5

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

With no output schema, the description carries the full burden of explaining return values, and it does so clearly (initial/final, variation %, min, max, number of sessions, sample). It also covers limits, authentication options, price/upgrade paths, and relevant sibling alternatives, making it complete for correct invocation.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3; the description adds operational meaning such as 'GRATIS a cualquir profundidad' for from/to exact dates and the recortado:true output flag when exceeding 365 days. It mostly reinforces schema details rather than inventing new param semantics, so a 4 is appropriate.

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?

States a specific verb and resource: 'Serie histórica del Índice Novillo (INMAG) — TENDENCIA.' It clearly describes what the tool does, including the daily index, source history, and computed summary statistics. It also distinguishes itself from siblings by saying today's value goes to get_indice_novillo and weekly category data goes to get_precios_hacienda.

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

Usage Guidelines5/5

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

Gives explicit when-to-use guidance: use this for historical daily INMAG series, get_indice_novillo for today's value, and get_precios_hacienda for weekly category data. It also clarifies range mechanics (dias vs desde/hasta), free limits, truncation behavior, and paid upgrade paths, so an agent knows exactly when this tool applies.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a specific, well-defined aspect of the cattle market domain. Overlaps are minimal and clearly disambiguated in descriptions (e.g., get_precios_hacienda vs. get_precios_detallados vs. get_indice_novillo). Even similar-sounding tools like calcular_arrendamiento and valuar_arrendamiento_campo have distinct purposes (simple calculation vs. valuation with currency options).

Naming Consistency3/5

Tool names mix Spanish and English verb patterns (e.g., 'get_indice_novillo' vs. 'buscar_consignataria', 'contratar_pro_consignataria' vs. 'list_remates'). While each subgroup (sanidad_*, get_*) maintains internal consistency, the overall naming is not unified. However, names are still descriptive and readable.

Tool Count5/5

With 22 tools, the server covers a broad domain (prices, health, directories, valuations, alerts) without feeling bloated. Each tool earns its place, providing meaningful functionality. The count is well-scoped for the Argentine cattle market context.

Completeness5/5

The tool surface covers the full lifecycle: market data (prices, indices, historical), consignment and slaughterhouse directories, health regulations and movement requirements, valuation tools, alerts, and even a buyer matching service. There are no obvious gaps for the stated purpose of a cattle market MCP server.

Resources