Explain a Japanese onomatopoeia
jp_explain_onomatopoeiaExplain the meaning, category, example sentence, and nuance of any Japanese onomatopoeia by entering the word in hiragana, katakana, or romaji.
Instructions
特定のオノマトペの意味・分類・例文・使い分けのニュアンスを解説する。
Explain the meaning, category, example sentence, and nuance of a specific Japanese onomatopoeia.
Args:
word (string): 見出し語またはローマ字。例: "しんしん", "shinshin"
Returns: { "found": boolean, "entry": { "word", "romaji", "type", "categories", "meaning_ja", "meaning_en", "example_ja", "example_en", "nuance" } | null, "message": string }
Examples:
「もふもふってどういう意味?」 -> word="もふもふ"
"What does dokidoki mean?" -> word="dokidoki"
Error Handling:
収録されていない語の場合は found=false を返し、jp_search_onomatopoeia の利用を案内する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | 解説したいオノマトペ(ひらがな・カタカナ・ローマ字) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | ||
| found | Yes | ||
| message | Yes |