Skip to main content
Glama

Destination climate & best time to visit

get_destination_climate

Full climate card for one destination: 0–100 Sunshine Score, day/night °C, rainfall, midday UV index (WHO scale) and sea temperature for all 12 months, plus its sunniest month ("best time to visit" for sunshine), annual sunshine hours and peak midday UV. Accepts a city name ("Faro"), "city, country" ("Nice, France") or IATA airport code ("FAO").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
destinationYesCity name, "city, country", or 3-letter IATA airport code

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It thoroughly lists the output data fields and accepted input formats, but it does not address error behavior, data source, or any read-only implications. It is adequate but not exhaustive.

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

Conciseness5/5

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

The description is compact: two sentences with no filler. The first sentence front-loads the tool's core purpose and outputs, while the second covers input formats. Every sentence adds value.

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?

Given there is no output schema, the description compensates by enumerating all returned metrics and the sunniest month, which is crucial for an agent. It also specifies input format variants. It is complete for the tool's apparent simplicity, though it leaves out edge-case handling, which is a minor gap.

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?

The schema already describes the parameter with 100% coverage, but the description adds concrete examples ('Faro', 'Nice, France', 'FAO') and reiterates the three accepted formats, which helps clarify exactly how to format the destination value. This goes beyond the schema's baseline.

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 unambiguously states the tool provides a 'Full climate card for one destination' and enumerates the specific metrics (Sunshine Score, temperatures, rainfall, UV, sea temperature). It clearly distinguishes from siblings by emphasizing 'one destination' as opposed to comparison or discovery 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 clearly implies usage for a single destination's climate details, effectively distinguishing it from sibling tools like compare_destinations and find_sunny_destinations. However, it does not explicitly mention when to prefer this tool over alternatives or provide explicit exclusions, so it stops short of a 5.

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 has a clearly distinct purpose: compare_destinations for side-by-side comparison, find_sunny_destinations for ranked search, and get_destination_climate for a single destination's full climate data. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: compare_destinations, find_sunny_destinations, get_destination_climate. The naming is uniform and predictable.

Tool Count5/5

With 3 tools covering search, comparison, and detailed lookup, the count is well-scoped for the server's purpose. Each tool adds unique value and there are no redundant or missing operations.

Completeness5/5

The toolset fully covers the domain of sunshine/climate comparison: finding sunny places, comparing specific destinations, and retrieving complete monthly climate details. No obvious gaps or dead ends.

Resources