Skip to main content
Glama

Zügle

tax_lookup

Calculates the annual Swiss income tax for one municipality and one household profile, split into federal, cantonal and municipal parts. The figures come from the federal tax administration's calculation for the given gross income.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoTax year. Defaults to the year this installation is configured for.
bfsIdYesMunicipality BFS id, from municipality_search.
incomeYesGross annual household income in CHF.
childrenNoNumber of dependent children.
confessionNoChurch-tax affiliation.none
relationshipNoMarital status used for the tariff.single

TDQS

A4/5.0
Behavior4/5

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

No annotations are present, so the description carries the disclosure burden. It adds real behavior beyond the name: the tax is split into federal, cantonal and municipal parts and the figures come from the federal tax administration's calculation. It does not state limitations or side-effect information, but for a read-only lookup this is reasonably 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?

Two concise sentences with no waste. The first sentence front-loads the verb, resource, and output structure; the second adds the authoritative data source. Both sentences earn their place.

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?

There is no output schema, but the description explains the return shape at a useful level (three tax components) and identifies the data source. It leaves minor gaps such as not explicitly connecting bfId to municipality_search, but the schema and sibling context largely fill these for invocation.

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 schema already documents all six parameters with meaningful descriptions. The description adds little beyond confirming the 'gross income' basis, which the income parameter already states; it does not need to repeat schema detail.

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 names a specific verb ('Calculates') and resource ('annual Swiss income tax for one municipality and one household profile'), and further details the output as federal, cantonal and municipal parts. This clearly distinguishes tax_lookup from sibling search, listing, commute, and municipality tools.

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 intended use is implied ('Calculates the annual Swiss income tax for one municipality and one household profile'), but the description gives no explicit guidance about when to choose this over alternatives such as favorable_municipalities or listing_search, and no when-not-to-use cases.

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

A4/5.0
Disambiguation4/5

Each tool has a broadly distinct role: municipality lookup, tax ranking, tax detail, tax calculation, apartment listings, and commute time. However, favorable_municipalities, municipality_detail, and tax_lookup all touch tax comparison and could cause an agent to pick the wrong one without reading carefully.

Naming Consistency3/5

All names are lowercase snake_case, but the pattern is mixed: some are noun-plus-operation (municipality_search, tax_lookup), while others are descriptive phrases (favorable_municipalities, commute_time). The names are readable but do not follow a consistent verb_noun convention.

Tool Count5/5

Six tools is well within the ideal range and each one covers a meaningful step in the Swiss relocation/municipality-comparison workflow. None feel redundant or padding.

Completeness4/5

The toolset covers the core workflow: find a municipality, assess its taxes, compare it to a current home, check listings, and estimate commute time. Minor gaps exist, such as no direct way to combine commute filtering with tax ranking, but the surface is largely complete for its stated purpose.

Resources