Skip to main content
Glama

Look up a word

lookup_word

Retrieve your personal word data including translation, gender, CEFR level, and FSRS state for a given lemma, with a shared lexicon as fallback. This grounds LLM responses in accurate user-specific information rather than guesses.

Instructions

Look up one word: the user's own context (translation, gender, CEFR, FSRS state) if they have cards for it, backed by the shared enrichment lexicon as a gender/CEFR fallback. Use this to ground an LLM's guesses about a word rather than inventing them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
posNoPart of speech, if known (e.g. NOUN).
lemmaYesDictionary (base) form to look up.
languageYesLanguage of the word, ISO 639-1 (normalised to lowercase).
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns user-specific context if cards exist, with fallback to a shared lexicon. It also lists the types of information (translation, gender, CEFR, FSRS state). This is reasonably transparent, though it does not specify read-only status or error conditions.

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 with no wasted words. The first sentence defines the tool's function and scope, and the second provides a clear usage directive. Information is front-loaded and efficient.

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 has 3 parameters, no output schema, and no annotations, the description covers the essential aspects: what the tool does, what it returns (user context with fallback), and when to use it. It does not explain the output format or error handling, but for a straightforward lookup tool this is sufficient.

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?

Schema coverage is 100%, so the baseline is 3. The description does not add new parameter-level details beyond what the schema provides. However, it adds overall context about what the parameters are used for (e.g., looking up a word with personal context), which is helpful but does not extend the semantic meaning of individual parameters.

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 verb 'look up' and the resource 'one word', and specifies that it returns the user's personal context (translation, gender, CEFR, FSRS state) with a fallback to a shared lexicon. This distinguishes it from sibling tools like search_examples (which searches through examples) and get_vocabulary (which retrieves a list).

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 explicitly tells when to use the tool: 'to ground an LLM's guesses about a word rather than inventing them.' It provides clear context but does not explicitly mention when not to use it or list alternatives, which prevents a score of 5.

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/lingochunk/lingochunk-mcp'

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