Skip to main content
Glama
schlpbch

open-meteo-mcp

by schlpbch

get_comfort_index

Calculates a 0-100 outdoor comfort score using weather, air quality, UV, and precipitation data to help you decide if conditions suit hiking, sports, or other outdoor activities.

Instructions

Calculates outdoor activity comfort index (0-100). Takes latitude, longitude, and timezone parameters.

Combines weather, air quality, UV, and precipitation factors into a single comfort score for planning outdoor activities.

Score Interpretation:

  • 80-100: Perfect for outdoor activities

  • 60-79: Good conditions

  • 40-59: Fair conditions, plan accordingly

  • 20-39: Poor conditions, seek indoor alternatives

  • 0-19: Very poor conditions

Factors Included:

  • Thermal comfort (temperature, humidity, wind chill)

  • Air quality (PM2.5, PM10, AQI)

  • Precipitation risk

  • UV safety (skin protection needs)

  • Weather conditions (storms, visibility)

Examples:

  • "Is it good weather for hiking?"

  • "What's the outdoor comfort level?"

  • "Can I do outdoor sports today?"

Args: latitude: Latitude in decimal degrees longitude: Longitude in decimal degrees timezone: Timezone for timestamps (default: 'auto')

Returns: Dictionary containing: - overall: Comfort index (0-100) - factors: Breakdown of individual factors - recommendation: Text recommendation for activities

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYes
timezoneNoauto
longitudeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations available, the description carries the full burden of behavioral transparency. It goes beyond a simple action by disclosing the scoring scale, the exact factors included, and the return dictionary structure with overall index, factor breakdown, and recommendation. This gives an agent a strong mental model of how the tool behaves.

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 well-structured with sections for score interpretation, factors, examples, args, and returns. It is longer than minimal but every section adds value. There is slight redundancy between the opening summary and the 'Factors Included' list, but overall it remains focused and readable.

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?

The description is complete for a 3-parameter tool: it documents all parameters, explains the score range and interpretation, lists contributing factors, provides usage examples, and describes the return value shape. Even without annotations, an agent has enough context to invoke the tool correctly and interpret its result.

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

Parameters5/5

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

The input schema has zero description coverage, so the description must compensate. It does so by defining each parameter: latitude and longitude in decimal degrees, and timezone as a timestamp timezone with a default of 'auto'. This adds essential meaning that the schema alone does not provide.

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: 'Calculates outdoor activity comfort index (0-100).' It clearly distinguishes itself from sibling weather tools by explaining that it combines weather, air quality, UV, and precipitation into a single derived score, making its purpose unmistakable.

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 provides clear usage context through the 'planning outdoor activities' framing and concrete example queries like 'Is it good weather for hiking?' This implies when to use it, but it does not explicitly name alternatives or state when not to use it versus sibling tools.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/schlpbch/open-meteo-mcp-py'

If you have feedback or need assistance with the MCP directory API, please join our Discord server