jp-onomatopoeia-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jp_search_onomatopoeiaA | 場面や意味から日本語のオノマトペ(擬音語・擬態語)を検索する。日本語でも英語でも検索できる。 Search Japanese onomatopoeia by scene, meaning, or keyword. Queries may be in Japanese or English. Args:
Returns: { "query": string, "count": number, "results": [ { "word", "romaji", "type", "categories", "meaning_ja", "meaning_en", "example_ja", "example_en", "nuance" } ], "message": string // 該当なしの場合の案内 } Examples:
|
| jp_explain_onomatopoeiaA | 特定のオノマトペの意味・分類・例文・使い分けのニュアンスを解説する。 Explain the meaning, category, example sentence, and nuance of a specific Japanese onomatopoeia. Args:
Returns: { "found": boolean, "entry": { "word", "romaji", "type", "categories", "meaning_ja", "meaning_en", "example_ja", "example_en", "nuance" } | null, "message": string } Examples:
Error Handling:
|
| jp_list_onomatopoeia_categoriesA | 収録カテゴリの一覧と、各カテゴリの語数を返す。 List all available categories with the number of entries in each. Args: なし Returns: { "total_entries": number, "categories": [ { "id", "name_ja", "name_en", "count" } ] } Examples:
|
| jp_browse_onomatopoeiaA | カテゴリや分類(擬音語・擬態語など)で絞り込んで一覧を取得する。 Browse onomatopoeia filtered by category and/or linguistic type, with pagination. Args:
Returns: { "total": number, "count": number, "offset": number, "has_more": boolean, "results": [ { ...entry } ], "message": string } Examples:
|
| jp_random_onomatopoeiaA | ランダムにオノマトペを取り出す。日本語学習のクイズや「今日の一語」に使える。 Pick random onomatopoeia entries. Useful for daily-word features and quizzes. Args:
Returns: { "count": number, "results": [ { ...entry } ], "message": string } Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/h-kazuki-pixel/jp-onomatopoeia-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server