argentina-price-index
Server Details
Daily Argentina food & beverage price index, source-cited from public retailer prices.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- oscarlopez-gif/argentina-price-index
- GitHub Stars
- 0
Available Tools
3 toolsget_ar_food_headlineAInspect
Free: latest Argentina food & beverage price index value + 30-day rate, source-cited and updated daily. Optional method: jevons (default, recommended), carli, or trimmed. For the full daily series use get_ar_food_price_index.
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | ||
| category | No | food_beverages |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It adds useful behavioral context: data is free, source-cited, updated daily, and returns a value plus a 30-day rate. It also discloses method options. It stops short of explicitly stating read-only behavior or return format, but the retrieval nature is clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core value proposition, then method details, then a pointer to the sibling tool. No wasted words; every sentence adds essential information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations and no output schema, the description covers purpose, data freshness, and the method argument. However, the 'category' parameter is unmentioned, and the output format is only vaguely implied by 'value + 30-day rate'. These gaps prevent full completeness for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It explains the 'method' parameter's enum values, including default and recommended, but completely omits the 'category' parameter. This leaves a significant semantic gap for a parameter that exists in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns the latest Argentina food & beverage price index value and a 30-day rate, updated daily with source citations. It also differentiates itself from the sibling get_ar_food_price_index by explicitly pointing to that tool for the full daily series.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit guidance to use get_ar_food_price_index for the full daily series, indicating when not to use this tool. It also explains the optional method parameter with default/recommended values, but doesn't mention get_ar_food_methods or when to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ar_food_methodsAInspect
Free: methodology comparison — the latest Argentina food & beverage index under every estimator (Jevons geometric mean, Carli arithmetic mean, trimmed mean), all computed from the same underlying data. Zero cost.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | food_beverages |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the transparency burden. It discloses that the tool is free and zero-cost, and that all estimates are computed from the same underlying data, which is useful behavioral context. It does not deeply cover data sourcing or limitations, but for a read-only comparison tool, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the core purpose, using two sentences. However, 'Free' and 'Zero cost' are redundant, repeating the same information in both the label and the final phrase, which slightly detracts from conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with only one optional parameter and no output schema, the description covers the main purpose and adds context about cost and data consistency. Yet it does not describe the return format or mention the 'category' parameter, leaving some gaps for an agent to understand how to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema declaration for the 'category' parameter has 0% coverage in the description; the description does not explain what this parameter does or its default value. Since the description does not compensate for the missing schema coverage, the parameter semantics are unclear, though the parameter is optional and has a sensible default.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's purpose as a methodology comparison for the Argentina food & beverage index, listing specific estimators (Jevons geometric mean, Carli arithmetic mean, trimmed mean). This distinguishes it from sibling tools like get_ar_food_headline and get_ar_food_price_index, which focus on headline numbers or price index values rather than cross-estimator comparison.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for comparing estimation methodologies on the same underlying data, which is a clear context. However, it does not explicitly name alternatives or state when not to use the tool, though the distinct purpose of methodology comparison inherently sets it apart from the siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ar_food_price_indexAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | jevons | |
| subcat | No | Optional single-subcategory sub-index. | |
| category | No | food_beverages |
TDQS
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.
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.
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.
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.
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.
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
get_ar_food_price_index1 field changed- removed
Input schema / properties / _paymentRemoved value: -{ - "description": "Mock x402 payment proof {nonce, resource, amount, signature}. Omit to receive a 402-style payment challenge.", - "type": "object" -}
3 tool updates
- First observed
get_ar_food_headline - First observed
get_ar_food_methods - First observed
get_ar_food_price_index
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Datos econ�micos y financieros oficiales de Argentina (BCRA, INDEC, CNV, MECON), AI-ready.
Real-time Argentine open data: dollar rates, BCRA, INDEC, AFIP, INFOLEG, SEPA prices. 24+ tools.
Live Argentina data: dolar rates, quiniela and lotteries, holidays, river levels, inflation, news.
Argentina 'Series de Tiempo' MCP — national time-series API (apis.datos.gob.ar).
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceMCP server for querying and managing daily yield data of Argentine FCI funds (Fima and Pionero families) via CAFCI, with tools for backfilling, ranking, and series retrieval.-
- AlicenseAqualityCmaintenanceReal-time Argentine exchange rates for AI agents. Dollar blue, oficial, MEP, CCL, crypto rates plus currency conversion and spread calculator.6195MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying real-time Argentine economic data, including dollar exchange rates, inflation, country risk, foreign currencies, and more.MIT
- AlicenseAqualityAmaintenanceMCP server for the Brazilian Central Bank (BCB/SGS) public API, providing access to 18,000+ economic time series. Includes a curated catalog of 150+ popular indicators organized in 12 categories: interest rates (Selic), inflation (IPCA, IGP-M, INPC), exchange rates (USD, EUR), GDP, employment, credit, fiscal data, and more. Supports historical queries with date filters, latest values, metadata loo157546MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool serves a clearly distinct access pattern: headline returns a single latest value, methods compares latest values across all estimators, and price_index returns the full time series with filtering. Any potential overlap between headline and the full series is explicitly disambiguated by cross-references in the descriptions.
All tools follow the same get_ar_food_ prefix followed by a specific resource type: headline, methods, and price_index. This consistent verb_noun pattern makes the tool surface predictable and easy to navigate.
Three tools is well-scoped for a focused read-only price-index service, and each tool earns its place by covering a distinct user need: snapshot, methodology comparison, and full series access. This is within the ideal 3-15 tool range.
For a read-only data API, the set covers the core workflows: getting the latest value, comparing methodologies, and retrieving the complete historical series with subcategory filtering. No CRUD or other operations are relevant to this domain, and there are no obvious dead ends or missing access patterns.