Skip to main content
Glama

get_ar_food_price_index

Returns the full daily Argentina food & beverage price index time series (base=100). Source-cited from public retailer prices, updated daily, methodology published. Options: method (jevons/carli/trimmed), subcat (dairy/bakery/produce/meat/pantry/beverages) for a subcategory sub-index. Free during the public preview; metered x402 access ($0.02/call) is coming. Free headline via get_ar_food_headline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNojevons
subcatNoOptional single-subcategory sub-index.
categoryNofood_beverages

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • removedInput schema / properties / _payment
      Removed value: -{
      -  "description": "Mock x402 payment proof {nonce, resource, amount, signature}. Omit to receive a 402-style payment challenge.",
      -  "type": "object"
      -}
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It adds valuable context: source-cited public retailer prices, daily updates, published methodology, base=100 normalization, subcategory sub-index behavior, and current/future pricing. It does not detail return shape or rate limits, but it covers the key operational traits for a read-only data tool.

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 main purpose is front-loaded, and each sentence adds distinct information: what it returns, data provenance, options, pricing, and sibling tool. It is compact and readable; the pricing note is useful context but slightly tangential to invocation.

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

Completeness4/5

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

For a read-only tool with three optional enum parameters and no output schema, the description provides enough to select, invoke, and interpret the result at a high level. It lacks an explicit statement of response format and pagination behavior, but 'full time series' and 'base=100' convey the core return semantics.

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

Parameters3/5

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

Schema description coverage is only 33%, so the description must compensate. It names the method enum values and clarifies that subcat provides a single-subcategory sub-index, adding some meaning beyond the raw enums. However, it does not explain what each method computes or what the category parameter represents beyond its single default value.

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?

The description opens with a specific verb and resource: 'Returns the full daily Argentina food & beverage price index time series (base=100).' It clearly distinguishes itself from the sibling headline tool by naming get_ar_food_headline and positioning this tool as the full-series counterpart.

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

Usage Guidelines4/5

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

It implies usage context by stating that the full series is returned here and that a free headline is available via get_ar_food_headline, which tells an agent where to go for a lighter alternative. It does not explicitly list exclusions or when-not-to-use conditions, so it stops short of full routing guidance.

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.