Skip to main content
Glama
kuotunyu

taiwan-weather-mcp

by kuotunyu

get_forecast

Read-only

Get a 36-hour weather forecast for any Taiwanese city, including three time periods with precipitation probability, temperature range, and comfort level. Accepts city names in Chinese or English.

Instructions

查詢台灣某縣市未來 36 小時天氣預報。

回傳三個時段的天氣現象、降雨機率、氣溫區間與舒適度。
縣市名稱接受常見寫法,例如「台中」「臺北市」「高雄」「Taipei」;
「新竹」「嘉義」同時對應市與縣,會一次回傳兩者。

Args:
    city: 縣市名稱(台灣 22 縣市,中英文皆可)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the readOnly/openWorld annotations, the description discloses useful behavior: the forecast is split into three periods, the response includes specific weather fields, and ambiguous city/county names return both locations. This is meaningful operational context not available from annotations or schema.

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?

Purpose is front-loaded, the return summary is compact, and the Args line adds direct parameter guidance without padding. Every sentence earns its place.

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?

For a single-parameter tool with an output schema and safe-read annotations, the description covers scope, input flexibility, return shape, and edge-case behavior. Nothing essential for selecting or invoking the tool is missing.

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?

Schema description coverage is 0%, so the description must fully carry parameter meaning. It does: city is defined as one of Taiwan's 22 cities/counties, accepts Chinese and English common spellings, includes concrete examples, and notes the 新竹/嘉義 dual-match case.

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 states a specific verb (查詢) and resource (台灣某縣市未來36小時天氣預報), and lists the returned fields. This makes the tool's purpose immediately distinguishable from the warning and earthquake siblings.

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?

Clear intended context is given: querying a Taiwan city forecast for the next 36 hours, with input-writing conventions and the dual-match behavior for 新竹/嘉義. It does not explicitly say 'use get_weather_warnings for warnings' or similar exclusions, but the sibling boundaries are obvious from names and descriptions.

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/kuotunyu/taiwan-weather-mcp'

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