Skip to main content
Glama

find_location

Resolve a Swiss place name or postal code to its tax location ID, needed for accurate municipal tax calculations based on varying multipliers.

Instructions

Resolve a place name or postal code to an ESTV tax location id.

Municipal tax multipliers differ inside a canton and sometimes inside a postal code, so every calculation is anchored on a tax_location_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results.
queryYesPostal code, municipality or city name, e.g. '8001', 'Zug', 'Lausanne'.
languageNode
tax_yearNoTax year the location must exist in.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Given no annotations, the description carries full burden. It explains why tax_location_id is needed but does not disclose behavioral details such as whether multiple results can be returned, what happens if query is ambiguous, authentication requirements, or error handling. The schema shows a limit parameter implying multiple results, but description says 'resolve to' (singular), causing ambiguity.

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 sentences, no fluff. First sentence states the primary purpose; second provides necessary context about why the result matters. Every word earns its 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?

Given an output schema exists (not shown), description need not detail return values. It covers essential purpose and motivation for using the tool. However, it lacks usage guidance and behavioral details, but overall is adequate for a lookup tool with clear purpose.

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 high (75%) and most parameters have descriptive explanations (limit, query examples, language enum, tax_year purpose). The description adds general context about the output being a tax_location_id but does not elaborate on individual parameters beyond the query. 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 uses the verb 'Resolve' and specifies the resource: a place name or postal code to an ESTV tax location id. It clearly distinguishes itself from sibling calculation tools by being a lookup tool for tax location IDs.

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 implies usage when needing a tax location id from a place name, but does not explicitly state when to use or not use this tool compared to siblings like compare_locations or find_cheapest_nearby. No alternatives or exclusions are mentioned.

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/noaahh/estv-mcp'

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