Skip to main content
Glama

Full-year OSVČ tax computation

compute_year
Read-only

Computes a full Czech OSVČ tax year from personal facts: income tax with credits (children, spouse, deductions), social and health insurance, monthly set-aside, safe-to-spend, flat-tax band and regime-eligibility evaluation. All figures come from the deterministic Freelax engine, never from the model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hasZTPNo
taxYearNoOnly 2026 is supported because the engine currently has a 2026 ruleset
childrenNo
isMarriedNo
isNewOsvcNo
taxRegimeNostandard
deductionsNo
activityTypeNomain
targetRegimeNoSimulate a different regime without changing the stored facts
hasChildUnder3No
citizenshipTypeNoeu
disabilityGradeNonone
flatRatePercentNoFlat-rate expense percentage as a decimal (0.4 / 0.6 / 0.8)
isVATRegisteredNo
isCzechTaxResidentNo
publicHealthStatusNo
rentalMonthlyIncomeNo
annualBusinessIncomeNoExact annual business income in CZK; takes precedence over the monthly figure
employerCoversHealthNo
monthlyBusinessIncomeNoGross monthly business income in CZK (§ 7 ZDP)
spouseIncomeUnderLimitNoSpouse annual income under the sleva na manžela limit
hasReducedSocialMinimumNo
isExemptFromMonthlyZalohyNo

TDQS

A3.9/5.0
Behavior4/5

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

With readOnlyHint already present, the description adds valuable context: 'All figures come from the deterministic Freelax engine, never from the model.' This tells the agent the output is reliable and not AI-generated, which is important for a computation tool. It also specifies the scope of computation, going beyond the annotation without contradicting it.

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, front-loaded with the primary action, and every phrase carries meaning. It efficiently lists the computed outputs and the deterministic-engine guarantee without unnecessary detail.

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?

For a tool with 23 parameters, nested objects, no required fields, and no output schema, this description is incomplete. It explains what is computed but not the response structure, default behaviors, validation rules, or how results are presented. Since output schema is absent, more detail is needed for an agent to use it effectively.

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 26%, and the description does not compensate. While it mentions parameter groups (children, spouse, deductions), it fails to explain individual parameters like hasZTP, isStudying, citizenshipType, or the precedence of annualBusinessIncome over monthlyBusinessIncome. The description adds little beyond what the sparse schema already states.

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 function: 'Computes a full Czech OSVČ tax year from personal facts' and lists specific components (income tax, insurance, set-aside, safe-to-spend, flat-tax band, regime eligibility). This distinguishes it from sibling tools that handle more specific calculations (e.g., calc_flat_tax_settlement, compare_regimes) by emphasizing the full-year scope.

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: 'full Czech OSVČ tax year' and enumerates what the computation covers, implying use when a comprehensive annual calculation is needed. However, it does not explicitly mention when not to use this tool or name alternative tools, so it falls 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.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