Skip to main content
Glama
kewelin

taiwan-data-mcp

by kewelin

taiwan_drug_search

Search approved drugs in Taiwan by Chinese keyword to retrieve drug names and their Ministry of Health and Welfare license numbers.

Instructions

搜尋台灣核准的藥品(用中文藥名關鍵字),回傳符合的藥品與其衛福部許可證字號。要看成分請接著用 taiwan_drug_info。資料來源:衛福部食藥署 · health-hub。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes藥品中文名關鍵字,例如「普拿疼」「斯斯」
Behavior3/5

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

No annotations provided, so description carries the burden. It indicates a read-like search operation and cites data source, but lacks details on rate limits, result limits, or authentication. However, for a simple search, this is adequate.

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?

Two sentences with no fluff. Purpose is front-loaded, and additional guidance is concise. 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 simple one-parameter search tool with no output schema, the description provides complete context: what it does, what it returns, data source, and linking to another tool. No 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 description coverage is 100% with a clear example. The tool description adds value by explaining the return format (license numbers) and data source, enhancing understanding 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 searches for approved drugs in Taiwan using Chinese keywords and returns matching drugs and their license numbers. It also distinguishes from the sibling tool taiwan_drug_info by directing users there for ingredient details.

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

Usage Guidelines5/5

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

Explicitly mentions when to use this tool (searching for drugs by keyword) and when not to (for ingredients, use taiwan_drug_info). Provides clear context and alternative.

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