Skip to main content
Glama

get_word

Retrieve a Japanese word's definition using its exact Jisho slug. Returns the entry with JLPT level and parts of speech, or none if no exact match exists.

Instructions

Look up a single word by its exact Jisho slug.

Returns None if no entry with that exact slug exists. Note: Jisho has no by-slug endpoint, so this performs a keyword search and filters for an exact slug match. For fuzzy lookup, use search_words.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe exact word slug (e.g. ``水``, ``食べる``).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 of behavioral disclosure. It transparently reveals that despite the name 'get_word', there is no by-slug endpoint, so it performs a keyword search and filters for an exact slug match. It also states the None return case. This goes beyond a simple operational summary, though it doesn't mention any permissions, rate limits, or other side effects, which are likely irrelevant for this read-only lookup.

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 concise: three sentences, each earning its place. It front-loads the primary purpose, then covers edge behavior, implementation note, and alternative. No fluff or redundant text.

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 simple single-parameter lookup tool, the description covers purpose, exact-match behavior, the underlying search mechanism, the None return case, and the sibling alternative. An output schema exists to detail the return structure, so the description doesn't need to explain that. The tool is adequately specified for an agent to use it 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?

The input schema already fully describes the single parameter 'slug' with examples and 'exact word slug'. The description reiterates 'exact Jisho slug' but adds no new semantic detail beyond what the schema provides. With 100% schema coverage, the description does not need to compensate, so a baseline score of 3 is appropriate.

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 tool's function: 'Look up a single word by its exact Jisho slug.' It uses a specific verb ('look up') and resource ('single word', 'exact Jisho slug'), and immediately distinguishes itself from the sibling tool 'search_words' by noting that fuzzy lookup should use that alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: it's for exact slug lookups, and explicitly directs users to 'search_words' for fuzzy lookup. It also clarifies the behavior when no exact match exists (returns None), helping the agent decide when to call this tool.

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/giuliocapecchi/jisho-mcp'

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