Skip to main content
Glama
damerakd

MCP Weather Server

by damerakd

get_current_weather

Retrieve current weather conditions including temperature, wind speed, and location details for any city worldwide. Provide city name and optional country to get real-time meteorological data.

Instructions

Get current weather conditions for a city.

Args: city: City name, e.g. "Berlin". country: Optional country filter, e.g. "DE" or "Germany".

Returns: A JSON object with location info and current weather (temperature, wind speed, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
countryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While it mentions the tool 'gets' data (implying a read operation), it doesn't address important behavioral aspects like error handling, rate limits, authentication requirements, data freshness, or whether it's a real-time or cached service. The description is minimal and lacks behavioral context.

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 perfectly structured and concise. It begins with a clear purpose statement, then has well-organized sections for Args and Returns with bullet-point style explanations. Every sentence adds value, and there's no redundant or unnecessary information.

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 that there's an output schema (which handles return values), the description provides good context for a simple read operation. It covers the purpose and parameters well. However, for a tool with no annotations, it could benefit from more behavioral information (like error cases or performance characteristics) to be fully complete.

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 description provides excellent parameter semantics beyond the input schema. The schema has 0% description coverage and only shows parameter names and types. The description adds meaningful context: 'city: City name, e.g. "Berlin"' and 'country: Optional country filter, e.g. "DE" or "Germany".' This includes examples, clarifies that country is optional, and explains what the parameters represent.

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 clearly states the tool's purpose: 'Get current weather conditions for a city.' It specifies the verb ('Get') and resource ('current weather conditions for a city'), but doesn't explicitly differentiate it from its sibling 'get_daily_forecast' beyond the 'current' vs 'daily' distinction. This makes it clear but not fully sibling-differentiated.

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 provides no guidance on when to use this tool versus its sibling 'get_daily_forecast' or any other alternatives. It simply states what the tool does without context about when it's appropriate or when other tools might be better suited.

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/damerakd/mcp-weather-server'

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