Skip to main content
Glama

基金查詢

fund_lookup

以代號或名稱關鍵字查台灣可銷售基金(境內投信/境外/期信):最新淨值/淨值日/幣別/類型/總代理/今年以來報酬。Search Taiwan-distributed funds by code or name keyword.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes基金代號(如 T1104Y)或名稱關鍵字(如 摩根 科技)

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It explains what the tool returns (latest NAV, NAV date, currency, type, distributor, YTD return) which is useful. However, it doesn't disclose behaviors like whether the search supports partial matching, case sensitivity, or whether it only returns the latest snapshot vs. historical series. It also doesn't mention any limitations (e.g., only Taiwan-distributed funds). For a read-only search tool, this is adequate but not deeply transparent.

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 compact: one bilingual sentence that states the search input and the output fields. It front-loads the key purpose and includes examples for the parameter. Every sentence earns its place, and the bilingual structure is useful for the target domain, no waste.

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 single-parameter search tool with no output schema and no annotations, the description covers the essential: what it searches, what it returns, and what the input looks like. It could mention whether the result is a single fund or multiple funds, but given the simplicity and the explicit output fields, it is reasonably complete. Sibling differentiation is also handled by naming the tool 'fund_lookup' vs. 'etf_lookup'.

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%, so the single parameter 'query' is fully described with examples (T1104Y, 摩根 科技). The description adds a bit by stating it accepts code or name keyword, but that mostly mirrors the JSON schema. Baseline 3 is appropriate because the schema already gives clear semantics.

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's function: searching Taiwan-distributed mutual funds by code or name keyword, and lists the specific information fields returned (latest NAV, NAV date, currency, type, general agent, YTD return). This distinguishes it from siblings like etf_lookup, which focuses on ETFs, and other market data tools.

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?

The description explicitly identifies the tool's use case: searching by fund code or name keyword. This is differentiated from sibling tools like etf_lookup (for ETFs) and fund_nav_history (for historical NAV), though it doesn't explicitly say 'use this instead of X'. Given the sibling list, the scope is clear enough, and the first sentence provides a direct usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation3/5

Most tools have clear boundaries, but there is notable overlap between data_series and etf_price_history/fund_nav_history, since all three can provide time-series data. market_sentiment and taiwan_market_overview also both expose Taiwan sentiment, creating potential selection ambiguity.

Naming Consistency3/5

The data_* tools follow a clear prefix pattern, but the rest mix noun-style names (fx_rates, market_sentiment), object-action names (etf_lookup, fund_lookup), and generic verbs (search, fetch). The names are readable and understandable, but the overall convention is inconsistent.

Tool Count4/5

At 15 tools, the count is at the upper edge of the ideal range and mostly reasonable for a Taiwan finance data server. However, several domain-specific wrappers duplicate capabilities already available through the generic data_* tools, so the set feels slightly heavier than necessary.

Completeness4/5

The generic data catalog plus data_point/data_query/data_series/data_table provides broad coverage for read-only financial data, and the domain tools cover ETFs, funds, FX, market overview, sentiment, and climate indicators. Minor gaps remain, such as no explicit Taiwan stock-specific lookup or price history tool, but the search and generic data layers partially compensate.

Resources