list_registered_vasps
列出台灣金管會公告完成洗錢防制登記的虛擬資產服務業者(公司、統編、品牌、服務類型),以及主要交易平台手續費。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
列出台灣金管會公告完成洗錢防制登記的虛擬資產服務業者(公司、統編、品牌、服務類型),以及主要交易平台手續費。
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. The verb 列出 clearly implies a read-only operation with no side effects, which is helpful, but the description does not mention data freshness, source, or any access requirements. It lacks deeper behavioral context beyond the obvious read semantics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, dense sentence with no filler, and the core resource and scope are front-loaded. The parenthetical list of returned fields is efficient and earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description does a good job of enumerating the returned data (company, tax ID, brand, service type, and platform fees). It could be more complete by noting the return format or update cadence, but it is sufficient for an agent to call the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so parameter semantics are not applicable. The baseline for zero-parameter tools is 4, and the description appropriately focuses on the returned data instead of input arguments.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb (列出) and a specific resource (台灣金管會公告完成洗錢防制登記的虛擬資產服務業者), and it enumerates the returned fields. It is easily distinguishable from siblings like check_scam_domain, estimate_overseas_crypto_tax, and get_usdt_twd_premium.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by stating what it lists, but it does not explicitly say when to use this tool versus alternatives or name any exclusions. For a zero-parameter retrieval tool, this is minimum viable but leaves the agent to infer the context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.