Skip to main content
Glama

search_words

Find Japanese words and definitions on Jisho.org by keyword, English term, or filters such as JLPT level and part of speech.

Instructions

Search Jisho.org for words matching a keyword.

Supports all Jisho search filters, e.g. #jlpt-n5, #verb, , or English terms like water.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResult page number (default 1).
keywordYesThe search term (supports Jisho filters and wildcards).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not state whether the tool performs a read-only operation, whether it accesses an external service, any rate limits, or error behavior. The only added behavioral context is that it supports Jisho filters, which is more about parameter usage than operational behavior.

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 succinct, with a clear first sentence stating the tool's purpose and a second sentence providing valuable examples. No redundant information is included, and it is front-loaded with the core purpose.

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?

For a two-parameter search tool with a complete output schema, the description is largely adequate. It clearly communicates what the tool does and how to use the keyword parameter. The main gap is the lack of explicit comparison with the sibling tool get_word, which would help the agent choose between them in context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 adds concrete examples of valid keyword values (e.g., '#jlpt-n5', '#verb', '水', 'water'), which enriches the schema's brief mention of 'filters and wildcards'. This helps the agent understand the flexibility of the keyword parameter beyond the structural definition.

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: 'Search Jisho.org for words matching a keyword.' It specifies the resource (Jisho.org), the action (search), and the payload (words matching a keyword). It also differentiates itself from the sibling tool get_word by focusing on search rather than retrieval of a specific word, and mentions support for a wide range of filters.

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

Usage Guidelines3/5

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

The description explains that the tool supports all Jisho search filters and provides examples, implying it is the appropriate tool for flexible keyword-based search. However, it does not explicitly state when to use this tool over the sibling get_word, nor does it mention any exclusions or alternatives.

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