Skip to main content
Glama
kewelin

taiwan-data-mcp

by kewelin

taiwan_realprice_locate

Find real estate prices near a location by entering latitude and longitude. Returns the city, district, and a link to actual transaction data from housetw.com.

Instructions

用經緯度 (lat,lng) 反查所在的台灣縣市與行政區,並回傳該區實價頁連結。適合「我現在在這個座標,附近房價如何」。資料來源:housetw.com。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes緯度,例如 25.034
lngYes經度,例如 121.5645
Behavior3/5

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

With no annotations, the description carries the full burden. It states the output (county, district, link) and data source (housetw.com), but does not explicitly confirm it is read-only or mention any potential errors or rate limits. This is adequate but not thorough.

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 two concise sentences in Chinese, front-loaded with the action and use case. No unnecessary words.

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?

For a simple tool with 2 parameters and no output schema, the description provides sufficient context: what it does, when to use, and data source. Could mention coordinate limitations, but overall complete.

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 description coverage is 100% with clear descriptions for lat and lng. The tool description adds the context that they are for reverse geocoding in Taiwan, but does not add significant meaning beyond the 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 the tool uses lat/lng to reverse-lookup Taiwan county/district and returns a link. This differentiates it from siblings like taiwan_realprice_area (area-based) or taiwan_realprice_estimate (estimate). The specific use case is given.

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?

The description provides a clear use case: 'when you are at a coordinate and want to know nearby housing prices'. It does not explicitly state when not to use or list alternatives, but the context is strong enough for correct selection.

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/kewelin/taiwan-data-mcp'

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