Skip to main content
Glama

Monthly tax set-aside calculator

calc_set_aside
Read-only

How much of a monthly OSVČ income to set aside for Czech income tax, social and health insurance, and what remains safe to spend. Supports mixed §7 business + §9 rental income and the paušální daň (flat tax) regimes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taxRegimeNostandard
activityTypeNomain
advanceExemptNo
monthlyIncomeYesGross monthly business income in CZK (§ 7 ZDP)
flatRatePercentNoFlat-rate expense percentage as a decimal: 0.4 (other business), 0.6 (most freelancers / živnost volná), 0.8 (craft trades)
reducedMinimumBaseNoNew OSVČ in the first 2 years (lower social minimum)
rentalMonthlyIncomeNoMonthly rental income in CZK (§ 9 ZDP); triggers the mixed-income calculation
employerCoversHealthNo
secondaryThresholdExceededNo

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare this as read-only, and the description doesn't contradict that. The description adds the scope of what the calculator accounts for (income tax, social/health insurance, spendable amount) and supported income types, but doesn't disclose details like rounding, assumptions, or output format. This is acceptable given the read-only annotation, but it adds minimal behavioral insight beyond the annotation.

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 two sentences, immediately states the core question, and includes supporting context without redundancy. Every phrase earns its place, and the structure is front-loaded with the main purpose.

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?

With 9 parameters and no output schema, the description is too brief to fully guide invocation. It doesn't explain return values, key parameter interactions (e.g., how pausal bands affect the calculation), or conditions like advanceExempt. The read-only annotation reduces safety concerns, but the tool still needs more contextual detail for reliable use.

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

Parameters2/5

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

Schema description coverage is only 44%, leaving several parameters (taxRegime, activityType, advanceExempt, employerCoversHealth, secondaryThresholdExceeded) without inline descriptions. The description hints at some parameters (mixed income, flat tax) but doesn't explain their semantics or how they affect the calculation. Thus it doesn't adequately compensate for the low schema coverage.

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 the tool's purpose: calculating how much of monthly OSVČ income to set aside for Czech income tax, social and health insurance, and what remains safe to spend. It also specifies support for mixed §7/§9 income and flat-tax regimes, which helps distinguish it from sibling calculators like calc_flat_tax_settlement. However, it doesn't explicitly name alternatives or exclusions, so it stops short of a perfect score.

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 on when to use the tool: for monthly set-aside calculations, including mixed §7/§9 income and flat-tax regimes. This helps an agent understand applicability but doesn't explicitly state when not to use it or point to alternative tools such as calc_flat_tax_settlement. That is a mild gap.

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

Most tools have clear distinct purposes, but calc_set_aside overlaps with compute_year (both compute safe-to-spend) and the flat-tax tools (check_flat_tax_eligibility, get_flat_tax_band, calc_flat_tax_settlement) could be confused without careful reading. Overall, descriptions are detailed enough to resolve ambiguity.

Naming Consistency4/5

Nearly all tools follow a verb_noun pattern, but 'czech_working_days' is a noun phrase and the verbs vary (calc, compute, check, compare, convert, estimate, get). The use of both 'calc' and 'compute' for calculations is a minor inconsistency, but the pattern is still readable and predictable.

Tool Count5/5

14 tools is well within the ideal range for a complex tax domain. Each tool addresses a distinct aspect (calculations, eligibility, deadlines, penalties, rules, currency, working days) and none seems redundant, making the count appropriate.

Completeness4/5

The tool surface covers the main OSVČ tax lifecycle: income tax, social/health insurance, flat tax, VAT thresholds, deadlines, penalties, and working days. A notable gap is the absence of a dedicated advance-payment (zálohy) calculation tool, though compute_year and get_rule_source can partially address this.

Resources