Skip to main content
Glama

Xearno Tools

Singapore Income Tax Calculator (YA 2026)

income_tax_singapore
Read-only

YA 2026 Singapore tax for residents, non-resident employees, and non-resident directors — including personal reliefs. Singapore tax depends first on residency. Residents use progressive rates up to 24% after eligible personal reliefs; non-resident employees pay the higher of 15% of employment income or the resident-rate calculation, while non-resident directors and most other non-resident income are taxed at 24%. This calculator runs the correct branch instead of silently assuming everyone is resident.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoTax status and income type Residents generally include citizens or PRs who reside in Singapore and foreigners meeting an IRAS residence test. The non-resident employee option assumes the employment income is taxable rather than covered by the short-term exemption.resident
reliefsNoEligible personal reliefs (SGD) Resident only. Enter the total you qualify for, including earned-income and eligible CPF reliefs. IRAS caps total personal reliefs at S$80,000 per YA.
annualIncomeNoAnnual taxable income before reliefs (SGD)

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses detailed computation rules: residents use progressive rates up to 24% after reliefs, non-resident employees pay the higher of 15% or resident-rate, and other non-residents pay 24%. It also explicitly states that the calculator branches on residency status, adding substantial behavioral context that annotations alone do not provide.

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 exactly three sentences, with no wasteful content. It front-loads the core scope, then efficiently provides the key behavioral rules, and closes with a value-add note about correct branching. Every sentence earns its place.

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

Completeness5/5

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

Given the tool's complexity (residency-dependent rates), the description covers the essential calculation rules for all status categories, and the schema covers parameter details. Even without an output schema, the purpose as a calculator makes the return value obvious. The description and structured data together provide a complete picture for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers all three parameters with 100% description coverage, so the baseline is 3. The description adds value by clarifying the nonResidentOther status—specifically mentioning that non-resident directors and most other non-resident income are taxed at 24%—and by explaining how reliefs fit into the resident calculation, adding meaning beyond the schema's parameter descriptions.

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 specific purpose: 'YA 2026 Singapore tax for residents, non-resident employees, and non-resident directors — including personal reliefs.' This establishes a unique scope (Singapore YA 2026) and distinguishes it from sibling tools like income_tax_hong_kong or generic income_tax. The verb 'calculates' is implied and the resource is precisely defined.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool: for Singapore income tax calculations with varying residency statuses. It notes that the calculator 'runs the correct branch instead of silently assuming everyone is resident,' implying it's the right choice for non-resident scenarios. However, it doesn't explicitly name alternative tools or state when not to use it, so it falls just short of a 5.

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.9/5.0
Disambiguation4/5

Each tool targets a distinct niche (e.g., specific country tax rules, loan types, or legal calculations), with detailed descriptions that clarify boundaries. However, the large number of tools (66) could cause some confusion for an agent trying to select the right one for a general query, especially when multiple tools relate to the same country.

Naming Consistency4/5

Tool names follow a mostly predictable pattern: lowercase words separated by underscores, often starting with a country name (e.g., 'uk_stamp_duty_sdlt') or a topic (e.g., 'compound_growth'). There are minor deviations, such as abbreviations ('npv_irr', 'sip') and varying use of verbs, but overall the naming is clear and consistent.

Tool Count3/5

At 66 tools, the server is unusually large and covers an extensive range of financial and legal calculators. While each tool justifies its existence, the count exceeds the typical well-scoped range (3–15), making the server feel bloated. A more modular design might improve coherence.

Completeness4/5

The tool set covers a wide array of domains: personal income taxes, property taxes, loan calculations, investment returns, and specific country regulations. Minor gaps exist (e.g., missing tools for corporate taxes, general retirement planning, or insurance), but the overall coverage is thorough and addresses many niche scenarios that general AI handles poorly.

Resources