Skip to main content
Glama
kewelin

taiwan-data-mcp

by kewelin

taiwan_company_name_check

Check if a proposed company name is already registered or similar to existing companies in Taiwan. Returns exact matches and similar names for business naming or due diligence.

Instructions

公司名稱預查/撞名查重:給一個想取的公司名稱,回傳是否已有相同或近似的既有公司(含統編)。創業命名或盡調辨識用。回傳 core(特取名稱)、exact(完全相同)、similar(近似)。資料來源:inc.com.tw。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes想查的公司名稱,例如「台積電」「方圓科技」
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It discloses the return structure and data source but does not mention aspects like read-only behavior, rate limits, or any side effects. The description is adequate but not comprehensive.

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 concise, with the key action front-loaded ('公司名稱預查/撞名查重'). It provides examples and return info in a few sentences with no wasted words.

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 tool with one parameter and no output schema, the description sufficiently covers the purpose, input, output fields, and use case. An AI agent has enough context to select and invoke the tool correctly.

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?

The schema covers the single parameter 'name' with a clear description. The tool's description adds minimal extra meaning beyond the schema. Since schema coverage is 100%, the baseline of 3 is appropriate.

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 checks if a proposed company name already exists in Taiwan's registry, including similar names. It specifies the return fields (core, exact, similar) and the data source, leaving no ambiguity about the tool's function.

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 explicitly mentions use cases: '創業命名或盡調辨識用' (for startup naming or due diligence identification). However, it does not provide guidance on when not to use this tool versus siblings like taiwan_company_search or taiwan_company_profile, though the specificity of name pre-check implies differentiation.

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