Skip to main content
Glama

check_abbreviation_hyphenation

Read-onlyIdempotent

Checks Estonian text for abbreviations with case endings missing hyphens, flagging errors such as 'APIga' when 'API-ga' is correct.

Instructions

Heuristic check for the EKI Reeglid rule that case endings on Latin-letter / all-caps abbreviations are separated by a hyphen.

Catches the common AI mistake of writing MCPst, APIga, OÜle instead of MCP-st, API-ga, OÜ-le. Uses Vabamorf's POS+form analysis to identify tokens recognised as abbreviations carrying a case ending; only flags those that aren't already hyphenated.

Phase-1 scope: matches what Vabamorf tags as Y (abbreviation). Custom acronyms Vabamorf doesn't know (your brand acronym, niche industry shorthand) won't be flagged because Vabamorf doesn't see them as abbreviations. Input capped at 100,000 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesEstonian text to check for abbreviation case-ending hyphenation (MCPst → MCP-st).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
textNo
issuesNo
summary_estonianNo
Behavior5/5

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

Annotations already indicate read-only and idempotent behavior. The description adds significant behavioral context: it uses Vabamorf POS+form analysis, heuristic scope (phase-1, only 'Y' tags), character limit (100k), and limitations (custom acronyms not flagged). No contradictions.

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?

Every sentence is informative and earns its place. The description is front-loaded with the rule, examples, mechanism, limitations, and a scope note. No redundancy or filler.

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?

For a single-parameter tool with a limited scope (specific hyphenation check), the description provides sufficient context: what it checks, how it works, limitations, and input constraints. An output schema exists but is not shown; the description does not need to cover return values.

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 schema already fully describes the single parameter 'text' (100% coverage). The description adds an example of input text but no additional syntax or constraints beyond the character limit, meeting the baseline.

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 it performs a heuristic check for a specific Estonian rule (case-ending hyphenation on abbreviations), provides concrete examples (MCPst -> MCP-st), and distinguishes from sibling tools by targeting a particular error type.

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 gives clear context on when to use (checking abbreviation hyphenation) and what it covers (Vabamorf-tagged abbreviations), but does not explicitly state when not to use or name alternatives, though siblings are available.

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