exchange_rates
臺灣銀行牌告匯率(新臺幣兌日圓、韓元、越南盾、美元等),含現鈔與即期買賣價。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cur | No | 幣別代碼,可逗號分隔,如 JPY,KRW |
臺灣銀行牌告匯率(新臺幣兌日圓、韓元、越南盾、美元等),含現鈔與即期買賣價。
| Name | Required | Description | Default |
|---|---|---|---|
| cur | No | 幣別代碼,可逗號分隔,如 JPY,KRW |
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. It usefully discloses what data is returned (cash and spot buy/sell quotes sourced from Bank of Taiwan), which implies a read-only lookup, but it never states that this is read-only, rate-limited, or how fresh the rates are.
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?
A single dense sentence that front-loads the data source and the covered currencies. Nothing is wasted, though the parenthetical enumeration is slightly long.
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?
For a simple one-parameter read tool with no output schema, the agent still lacks the return shape (per-currency fields, cash vs spot structure) and the fallback behavior when cur is omitted. Adequate but with gaps.
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?
Schema coverage is 100% and there is only one optional parameter, so the schema already documents the comma-separated currency-code format. The description adds no syntax or default-behavior detail beyond what the schema provides.
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?
Names the specific resource (Bank of Taiwan posted exchange rates) and enumerates the currencies covered, plus the quote types (cash and spot buy/sell). It is clearly distinguishable from a generic currency tool in substance, though it never explicitly contrasts itself with the sibling convert_currency.
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?
There is no statement of when to use this tool versus convert_currency or any other sibling. The listing-vs-conversion distinction is left entirely to inference from the description's noun phrase.
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.