Skip to main content
Glama

Paušální daň band lookup

get_flat_tax_band
Read-only

Which paušální daň band (pásmo 1/2/3) an annual income falls into given the expense flat-rate, the current monthly payment for that band, and the next income threshold to watch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
annualIncomeYes
flatRatePercentNoFlat-rate expense percentage as a decimal: 0.4 (other business), 0.6 (most freelancers / živnost volná), 0.8 (craft trades)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=true, so the safety profile is known. However, the description adds confusion by mentioning 'current monthly payment' and 'next income threshold' without clarifying whether these are inputs, outputs, or internal calculations. This creates ambiguity about the tool's behavior beyond what annotations cover.

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

Conciseness2/5

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

The description is a single long, run-on sentence with extraneous details. It is not front-loaded and contains unnecessary clauses that could be omitted. A clearer, shorter sentence such as 'Returns the flat tax band (1/2/3) for a given annual income and expense flat rate' would be more effective.

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

Completeness2/5

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

There is no output schema, so the description must clarify the return value. It states the tool determines the band, but also mentions 'current monthly payment' and 'next income threshold', leaving uncertainty about whether these are returned. Given the domain's complexity, the description is incomplete and does not fully explain the tool's role relative to sibling tools.

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 50%: flatRatePercent has a description, annualIncome does not. The description refers to 'annual income' and 'expense flat-rate', providing some meaning for both parameters. But it also introduces non-schema concepts, which detracts from clarity. It partially compensates for the missing parameter description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it determines the paušální daň band for an annual income, using a specific verb and resource. However, it includes extra clauses about 'current monthly payment' and 'next income threshold' that are not in the schema, slightly muddying the purpose but still understandable.

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 the tool is for mapping income to a band, which is a common use case, but it does not explicitly state when to use it versus alternatives like check_flat_tax_eligibility or compare_regimes. No exclusions or alternative guidance are provided.

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.

Resources