Skip to main content
Glama
tun0000

taiwan-weather-mcp

by tun0000

get_recent_earthquakes

Returns recent noticeable earthquake reports with time, magnitude, depth, epicenter location, and intensity summaries for each city.

Instructions

查詢最近幾筆顯著有感地震報告。

每筆包含發生時間、規模、深度、震央位置與各縣市最大震度摘要。

Args:
    limit: 回傳筆數(1–10,預設 5)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Describes returned fields and argument range/default, but does not specify the recency window or any rate limits/auth requirements. Since no annotations, description carries full burden; missing details on time range.

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?

Very concise: two sentences plus parameter list. Purpose is front-loaded, no redundant 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?

Explains result fields and parameter, but does not specify time window for 'recent'. Output schema exists so return values are documented elsewhere. Still, could be more precise about recency.

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 has no description for limit parameter, but description adds range (1–10) and default (5), significantly improving understanding beyond schema.

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 it returns recent significant earthquake reports with specific fields (time, magnitude, depth, epicenter, intensity summary). This distinguishes it from siblings which are weather-related.

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

Usage Guidelines3/5

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

No explicit when-to-use vs alternatives, but siblings are weather tools so context implies use for earthquakes. Could mention that it only includes significant earthquakes.

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

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