Skip to main content
Glama

Late-payment penalty estimate

estimate_penalty
Read-only

Estimates the Czech penalty/interest for a late payment or filing: repo rate + 8 p.p. for insurance and tax interest (3.5% H1 / 3.75% H2 2026), 3 grace days for tax payments, 200 CZK health aggregation floor and the 1,000 CZK tax non-assessment threshold. A dated estimate is rejected when its required rate period falls outside the implemented history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueDateNoOriginal due date (YYYY-MM-DD); anchors the correct half-year repo rate
owedAmountYesOutstanding amount in CZK
daysOverdueYes
obligationTypeYesObligation family: health/social insurance debt, tax_advance (záloha na daň), pausal (paušální daň payment), tax_return (late filing), prehled_* (late Přehled), annual_social (doplatek)
gracePeriodActiveNo

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses specific behavioral details: repo rate plus 8 percentage points, specific rates for 2026 half-years, 3 grace days, floors, and the rejection condition for dated estimates outside implemented history. This is rich, non-obvious behavioral information that aids the agent in understanding how the tool behaves.

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, compact, and front-loaded with the primary purpose. Every sentence carries substantive information (rates, thresholds, rejection behavior) without unnecessary verbiage.

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 the tool's complexity (5 parameters, no output schema), the description covers key aspects: calculation inputs, rate types, and a critical limitation. It does not describe return format, but that may be less critical for a calculation tool. The behavioral notes provide sufficient context for most usage scenarios.

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?

The description provides some context for parameters (e.g., repo rate, grace days, thresholds) but does not directly explain each parameter's role. Schema coverage is 60%, meaning some parameters are not described in the schema or the description. The description adds value but not enough to fully compensate for the coverage gap.

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 purpose: estimating the Czech penalty/interest for a late payment or filing. It names the specific resource (penalty/interest) and verb (estimates), and includes rate details that immediately distinguish it from sibling tools.

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 for when to use the tool (for late payment or filing penalty estimates) but does not explicitly mention alternatives or when not to use it. It does note a key constraint about dated estimates being rejected outside implemented history, which helps guide usage.

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