Get random onomatopoeia
jp_random_onomatopoeiaPick random Japanese onomatopoeia entries to create quizzes, daily-word posts, or study prompts. Use optional category filters to tailor selections by theme.
Instructions
ランダムにオノマトペを取り出す。日本語学習のクイズや「今日の一語」に使える。
Pick random onomatopoeia entries. Useful for daily-word features and quizzes.
Args:
count (number): 取り出す件数 1-10 (default: 1)
category (string, optional): カテゴリで絞り込む
Returns: { "count": number, "results": [ { ...entry } ], "message": string }
Examples:
「今日のオノマトペを1つ教えて」 -> count=1
「食感の語で3問クイズを作って」 -> count=3, category="taste"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 取り出す件数 | |
| category | No | カテゴリで絞り込む |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| message | Yes | ||
| results | Yes |