Skip to main content
Glama

price_calendar

Matriz de preço por dia de um mês inteiro entre dois pontos — responde 'quando é mais barato voar'. Aceita nomes de cidades em português. Price-per-day matrix for a month. Booking links contain a referral code (Travelpayouts). The operator earns a commission on completed bookings. Prices are identical with or without the referral code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthNoAAAA-MM, padrão mês atual
originYesCódigo IATA ou nome do lugar em português (ex.: 'Rio de Janeiro', 'GIG'). Nomes são resolvidos automaticamente. / IATA code or place name.
currencyNoMoeda (3 letras), padrão BRL
destinationYesCódigo IATA ou nome do lugar em português (ex.: 'Buenos Aires', 'EZE'). Nomes são resolvidos automaticamente. / IATA code or place name.

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It usefully discloses that booking links contain a Travelpayouts referral code, that the operator earns a commission, and that prices are identical with or without the code. However, it does not explicitly state whether the tool is read-only or describe any side effects beyond generating links.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with its purpose, which is good. However, the English sentence 'Price-per-day matrix for a month' is a near-duplicate of the opening Portuguese phrase, and the Portuguese city-name acceptance is already documented in the schema, adding mild redundancy.

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

Completeness3/5

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

The tool is simple and all parameters are documented, but there is no output schema. The phrase 'matriz de preço por dia' gives a general sense of the return format but does not specify the structure, how missing flights are represented, or whether booking links appear directly in the output. The referral/commission context does add completeness.

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 coverage is 100%, so the baseline is 3. The description adds little beyond the schema: it repeats the Portuguese city-name behavior already present in the origin/destination parameter descriptions and does not explain month/currency formats beyond what the schema already states.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a price-per-day matrix for a full month between two points, explicitly answering 'quando é mais barato voar'. It lacks an explicit action verb like 'generate' or 'show', but the resource and question being answered are specific enough to distinguish it from generic flight search tools.

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?

The description gives a concrete use case: answering 'when is the cheapest time to fly'. This is clear contextual guidance for when to invoke it, though it does not explicitly name alternatives like cheapest_route or search_flights, nor state when not to use them.

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

A3.5/5.0
Disambiguation2/5

cheapest_route and search_flights both describe finding the cheapest known fares between two points, making it hard for an agent to select between them. resolve_location is clearly distinct, but the price-search tools have fuzzy boundaries.

Naming Consistency3/5

All names are lowercase snake_case, but the pattern is mixed: resolve_location and search_flights use verb_noun, while cheapest_route and price_calendar are noun phrases. The names are readable but do not follow a single predictable convention.

Tool Count5/5

Four tools is a well-scoped set for a flight-price search server. Each tool serves a meaningful query type, and there is no bloat or obvious missing high-level category.

Completeness5/5

The server covers the core flight-price domain: location resolution, general flight search, cheapest route lookup, and a price calendar. For the stated purpose of finding and linking to cheap fares, there are no dead-end workflows.

Resources