Skip to main content
Glama

common_legal_usage

Read-onlyIdempotent

Look up canonical Estonian legal collocations for a word. See its frequency and common preceding or following terms to choose standard legal phrasing instead of inventing collocations.

Instructions

Canonical legal collocations for a term, from an offline corpus index.

Answers "what's the standard legal phrasing" — returns how often the term occurs in Estonian legal text and the words most frequently seen directly before/after it (hagiesitama before it = 'esitama hagi'; kohustustäitmine after it = 'kohustuse täitmine'). Use it so the AI picks real, idiomatic legalese instead of inventing collocations.

A frequency signal, not prescriptive; coverage is bounded by the corpus. The bundled index is a proof-of-concept sample; the full-corpus artifact is loaded via ESTNLTK_MCP_LEGAL_INDEX. Input is a single word.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordYesA single Estonian (legal) word to look up canonical collocations for, e.g. 'hagi', 'kohustus', 'taotlus'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
wordNo
foundNo
lemmaNo
frequencyNo
common_afterNo
common_beforeNo
summary_estonianNo
Behavior5/5

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

Even with readOnlyHint and idempotentHint annotations, the description adds meaningful behavioral context: results are corpus-bounded, non-prescriptive, derived from an offline index, and gated on ESTNLTK_MCP_LEGAL_INDEX for the full corpus. This clearly tells the agent what kind of signal it is receiving and its limitations.

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 front-loaded with the core purpose and uses concrete examples effectively. The final 'Input is a single word' is helpful but redundant given the schema, and a slightly tighter version would be possible without losing value.

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?

Given the single parameter, available annotations, and existing output schema, the description covers everything needed: what the tool returns, how it behaves, its limitations, its intended role, and how the corpus index is configured. There are no meaningful gaps for an agent to misuse this tool.

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 input schema already fully documents the 'word' parameter with examples and coverage at 100%, so the baseline is appropriate. The description reinforces 'Input is a single word' and supplies examples, but it does not add substantive semantic details beyond what the schema already provides.

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 returning canonical legal collocations for a term, with an explicit mechanism: term frequency plus neighboring words in Estonian legal text. Concrete examples ('hagi' → 'esitama hagi') anchor the meaning and make it easy to distinguish from siblings like synonyms or related words.

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 states when to use the tool: when the AI needs real, idiomatic legalese rather than invented collocations. It also gives important caveats about the corpus being proof-of-concept and not prescriptive, but it does not explicitly name alternatives or say when not to use it.

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