Skip to main content
Glama

get_weather_details

Get detailed weather forecasts for any Chinese city. Input a city name to receive current conditions and multi-day forecast, helping you plan ahead.

Instructions

获取城市的详细天气信息,包括未来几天预报

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes城市名称,例如:苏州、北京、上海、深圳等

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It does disclose that the tool returns detailed weather information including a multi-day forecast, which helps. However, it does not describe the response format, specific fields, data source, or update behavior, leaving important behavioral details unspecified.

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 a single compact sentence that is easy to parse and front-loads the core purpose. There is no filler or redundant information.

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?

For a simple one-parameter read tool, the description is mostly adequate: it names the resource and the forecast scope. It is incomplete because it does not distinguish from query_weather and, with no output schema, gives only a vague sense of what 'detailed weather information' actually contains.

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%, and the schema already describes the city parameter with examples. The description adds no parameter-specific meaning beyond what the schema provides, so the baseline 3 is appropriate.

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 states a specific action ('获取') and resource ('城市的详细天气信息'), and even specifies included content (future forecast). However, it does not explicitly distinguish itself from the sibling tool query_weather, so it misses the full 5-level differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus query_weather. The word '详细' implies it may be for more detailed needs, but there is no explicit when-to-use, when-not-to-use, or alternative routing.

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

Deploy Server

Other Tools