Skip to main content
Glama

get_weather_by_name

Retrieve current, hourly, and daily weather forecasts for any location by place name. Supports multiple weather data providers for comprehensive conditions.

Instructions

通过地点名称获取综合天气(当前 + 小时预报 + 日预报)。

Args: place_name: 地点名称(例如城市/区县)。 provider: provider 模式,可选 all/qweather/open-meteo/wttr。

Returns: Dict,包含 keys: "data", "_meta"。

Raises: MCPError: For validation failures, API errors, or network issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
place_nameYes
providerNoall
Behavior3/5

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

No annotations provided, so description carries burden. Mentions return format (Dict with 'data' and '_meta'), lists possible provider values, and notes error handling (MCPError). However, lacks details on API dependencies, data freshness, or any destructive behavior.

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?

Description is concise with a clear paragraph and structured Args/Returns/Raises section. No redundant content, but could be more structured with bullet points.

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?

Covers purpose, parameters, return format, and errors. Missing details like timezone, units, or comparison with sibling 'get_weather_by_position'. Adequate for a simple tool but leaves some gaps.

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?

Schema coverage is 0%, so description compensates. Explains place_name as 'place name (e.g., city/district)' and provider as 'mode, optional all/qweather/open-meteo/wttr'. Adds meaning beyond schema but could elaborate on provider differences.

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?

Description clearly states it retrieves comprehensive weather (current, hourly, daily) by location name. Verb 'get' and resource 'weather' are explicit. Distinct from sibling 'get_weather_by_position' which uses coordinates.

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?

No guidance on when to use this tool vs alternative 'get_weather_by_position' or other siblings. Implicit that it's for place names, but no explicit when-to-use or when-not-to-use instructions.

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/StarGazer1995/mcp-stargazing'

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