check_capitalization
Scans Estonian text to identify and correct common capitalization errors: weekday names, month names, nationalities, and country/language adjectives incorrectly capitalized mid-sentence.
Instructions
Heuristic Estonian capitalization checker (Algustäheortograafia).
Scans Estonian text for the most common AI-generated capitalization errors per EKI's Reeglid:
Weekday names capitalized mid-sentence (Esmaspäeval → esmaspäeval)
Month names capitalized mid-sentence (Jaanuaris → jaanuaris)
Nationality names capitalized mid-sentence (Eestlane → eestlane)
Country/language adjectives capitalized before a culture or language noun (Eesti keel → eesti keel; Eesti köök → eesti köök). The bare capitalized form on its own (Eesti, Eestis) is left alone because it's a valid country proper-noun usage.
Sentence-initial capitalization is always allowed. All-caps
acronyms are ignored. Returns each issue with rule code, an
Estonian rule label (rule_estonian — quote this verbatim in
Estonian replies, don't translate the English rule), a
user-facing explanation, and a suggested correction. Input capped
at 100,000 characters.
PHASE-1 LIMITATION: this is a lexicon-based heuristic, not a full EÕS implementation. Compound-word capitalization, punctuation rules, and hyphenation are NOT covered by this tool (separate check_compounds / check_punctuation / check_hyphenation tools may follow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to check for capitalization errors (Algustäheortograafia). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| text | No | ||
| issues | No | ||
| summary_estonian | No |