Search Japanese onomatopoeia
jp_search_onomatopoeiaFind the right Japanese onomatopoeia by describing a scene or meaning in Japanese or English. Get matching words with meanings, examples, and nuance.
Instructions
場面や意味から日本語のオノマトペ(擬音語・擬態語)を検索する。日本語でも英語でも検索できる。
Search Japanese onomatopoeia by scene, meaning, or keyword. Queries may be in Japanese or English.
Args:
query (string): 探したい場面や意味。例: "雨が静かに降る", "snow falling silently", "tired"
category (string, optional): カテゴリで絞り込む。jp_list_onomatopoeia_categories で一覧を取得できる
limit (number): 返す件数の上限 1-20 (default: 5)
Returns: { "query": string, "count": number, "results": [ { "word", "romaji", "type", "categories", "meaning_ja", "meaning_en", "example_ja", "example_en", "nuance" } ], "message": string // 該当なしの場合の案内 }
Examples:
"雨が静かに降る様子は?" -> query="雨 静か 降る"
"How do I say the sound of heavy rain?" -> query="heavy rain"
Don't use when: 特定の語の意味だけを知りたい場合は jp_explain_onomatopoeia を使う
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返す件数の上限 | |
| query | Yes | 探したい場面・意味・キーワード(日本語または英語) | |
| category | No | カテゴリで絞り込む場合に指定する |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| query | Yes | ||
| message | Yes | ||
| results | Yes |