Skip to main content
Glama
supra126

taiwan-payroll

計算勞保老年年金(月領)

calculate_old_age_pension

Calculate monthly old-age pension from Taiwan's labor insurance using statutory formulas. Input average insured salary and coverage years to estimate benefits with adjustments for early or late claim.

Instructions

依勞保老年年金法定公式(擇優兩式、提前/延後增減給每年 ±4%,上限 ±5 年(±20%))試算月領金額;年資未滿 15 年不符年金請領資格。結果僅供參考,以勞保局、健保署核發之繳款單為準,不構成法律或會計建議。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo年度(西元,如 2026)。省略則使用最新可用年度;可先用 list_years 查可用年度。
avgInsuredSalaryYes平均月投保薪資(最高 60 個月平均),新臺幣元。
yearsYes保險年資:年。
monthsNo保險年資:月(0–11),預設 0。
claimOffsetMonthsNo提前(負)/延後(正)請領月數,相對法定請領年齡;每年 ±4%,上限 ±5 年(±20%)。預設 0。
Behavior4/5

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

Describes the calculation formula, eligibility check, and reference-only nature. No annotations provided, so description carries burden. Adds value beyond schema with formula details, but could elaborate on algorithm or assumptions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences that efficiently convey purpose, formula, eligibility, and disclaimer. No wasted words, though slightly more structure (e.g., bullet points) could improve readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers key aspects: formula, adjustment, eligibility, disclaimer. But lacks output format (currency, value type) and details on the two formulas. No output schema, so description should compensate more.

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 coverage is 100% with descriptions for all 5 parameters. The description does not add significant extra meaning beyond what the schema provides, only contextualizing the 15-year requirement. Baseline 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 it calculates the monthly old-age pension using the legal formula, specifying the two formulas and adjustment rates. The title includes '月領' (monthly), distinguishing it from lump sum or single payment siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions eligibility (years < 15 not eligible) and disclaimer, but does not explicitly say when to use this tool vs alternatives like lump sum or single payment. No explicit when-not or sibling 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/supra126/taiwan-payroll'

If you have feedback or need assistance with the MCP directory API, please join our Discord server