Skip to main content
Glama

weather_at

Retrieve historical weather observations for a specific date and time, including temperature, humidity, dew point, and heat stress. Data originates from local logs and official 24-hour observations.

Instructions

查询指定时刻的历史天气实况(温度/湿度/露点/热应激)。 when 格式 'YYYY-MM-DD HH:MM'。 数据来自本地气象日志 + 官方 24 小时实况;官方接口仅回溯 24 小时, 更早的时刻需本地日志已归档过才查得到。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo成都
whenYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description adds important behavioral context: data sources, time range limitations, and dependency on local logs. It does not mention read-only nature or rate limits, but the provided details are substantial.

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 three concise sentences. The first states purpose and output fields, the second gives the parameter format, and the third explains data sources and limitations. No extraneous words.

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 an output schema exists (not shown), the description does not need to explain return values. It covers data sources, time constraints, and the 'when' format. However, it omits the 'city' parameter and does not explicitly state that the tool is a read-only operation, which would be helpful without annotations.

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

Parameters2/5

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

Schema coverage is 0%, so the description must document both parameters. It explicitly describes the 'when' format but never mentions the 'city' parameter, which has a default but is not explained. This is a significant gap.

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 clearly states the tool queries historical weather conditions at a specified time, listing specific fields (temperature, humidity, dew point, heat stress). It is distinct from siblings like weather_now and weather_forecast.

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 the required format for the 'when' parameter and explains data source limitations (official API only 24 hours, local logs needed for earlier times). It implies when to use this tool but does not explicitly exclude alternative weather tools.

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

Install Server

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/flyyata/garmin-china'

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