Skip to main content
Glama

classify_register

Read-onlyIdempotent

Check if Estonian text is formal or colloquial using heuristic scoring, helping avoid officialese in marketing or casual tone in contracts.

Instructions

Heuristic register classifier for Estonian (formal vs colloquial).

Returns a tier label (English in tier, correct Estonian in tier_estonian — quote that field verbatim when composing an Estonian-language reply rather than translating tier yourself, to avoid mistranslations like "formalne" instead of the correct "formaalne"), a normalised score in [-1, 1] (positive = formal, negative = colloquial), and the matched formal/colloquial markers found in the text. Useful for sanity-checking that marketing copy hasn't drifted into officialese, or that a contract draft hasn't slipped into chat tone.

PHASE-1 LIMITATION: this is a coarse lexicon-based heuristic, not a trained model. Real register also lives in sentence structure, address forms, and passive voice — none of which this catches. Most newsletter prose scores 'neutral'. Use the result as a directional hint, not a verdict. Input capped at 100,000 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesEstonian text to classify by register (formal vs colloquial).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
tierNo
scoreNo
word_countNo
consistencyNo
tier_estonianNo
formal_markersNo
colloquial_markersNo
Behavior5/5

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

Annotations already indicate readOnlyHint and idempotentHint are true. The description adds valuable behavioral details: it is a coarse lexicon-based heuristic (not a trained model), has an input cap of 100,000 characters, and explains the output fields (tier, tier_estonian, score, markers) with a critical usage note about quoting tier_estonian verbatim. No contradictions with annotations.

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

Conciseness4/5

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

The description is informative but somewhat lengthy. It is well-structured with clear sections (purpose, output details, limitations, usage tips). Every sentence adds value, but it could be slightly more concise without losing key information.

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

Completeness5/5

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

The description covers all relevant aspects: what the tool does, its output (with output schema existing but not shown), limitations, input constraints (100k characters), and a critical usage instruction. It provides sufficient context for an AI agent to use the tool correctly.

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?

There is only one parameter 'text', and the input schema provides a description: 'Estonian text to classify by register (formal vs colloquial).' The tool description adds no further parameter-specific information beyond the schema. Given 100% schema coverage, a score of 3 is appropriate as the description does not significantly enhance parameter understanding.

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 identifies the tool as a heuristic register classifier for Estonian (formal vs colloquial), specifying its output: tier labels (English and Estonian), a normalized score, and markers. It distinguishes itself from sibling tools (e.g., analyze_morphology, spell_check) by focusing specifically on register classification.

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 concrete use cases (sanity-checking marketing copy, contract draft) and explicitly states limitations (coarse heuristic, not a model, neutral for most newsletter prose). It advises using the result as a directional hint. However, it does not explicitly compare with alternatives or state when not to use this tool, though the context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/silly-geese/estonian-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server