stocks__estimate_etf_dividend_2027
[台股題材與高股息]用歷史配息機械式推算高股息 ETF 的 2027 年配息區間與估算殖利率(近 12 個月合計 vs 最近一期年化)。不是投資建議。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ETF 代號;不填回傳全部 |
[台股題材與高股息]用歷史配息機械式推算高股息 ETF 的 2027 年配息區間與估算殖利率(近 12 個月合計 vs 最近一期年化)。不是投資建議。
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ETF 代號;不填回傳全部 |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries full behavioral burden. It helpfully discloses the estimation methodology (last 12 months total vs most recent period annualized) and adds a 'not investment advice' disclaimer, but says nothing about determinism, data recency, or how stable the range is.
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, well front-loaded sentence with the scope tag leading, the method in the middle, and the caveat trailing. No waste, though the parenthetical method note adds density.
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 the work: it states the inputs (ETF code, all if omitted), the output shape (dividend range and estimated yield), and the method. It is largely self-sufficient for a one-parameter calculation tool.
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 description coverage is 100% for the single optional code parameter, so the schema already documents it. The bracketed scope tag '[台股題材與高股息]' narrows which ETFs qualify, but adds no syntax or format detail beyond the schema; baseline 3 applies.
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 gives a specific verb (機械式推算/mechanically estimate) and resource (2027 high-dividend ETF dividend range and estimated yield), plus the method (historical distributions). It clearly differs from get_etf_dividends by being a forward-looking 2027 estimate, though it never names that sibling explicitly.
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?
Usage context is only implied: an agent can infer this is for forward dividend/yield projections, but there is no when-to-use statement, no exclusions, and no routing to the actual-dividend sibling get_etf_dividends.
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.