Browse onomatopoeia by category
jp_browse_onomatopoeiaBrowse Japanese onomatopoeia by category or linguistic type. Filter by texture, emotion, taste, or gitaigo to explore paginated entries.
Instructions
カテゴリや分類(擬音語・擬態語など)で絞り込んで一覧を取得する。
Browse onomatopoeia filtered by category and/or linguistic type, with pagination.
Args:
category (string, optional): カテゴリID。jp_list_onomatopoeia_categories で確認できる
type (string, optional): 'giongo'(擬音語) | 'giseigo'(擬声語) | 'gitaigo'(擬態語) | 'gijougo'(擬情語)
limit (number): 返す件数 1-50 (default: 20)
offset (number): 読み飛ばす件数 (default: 0)
Returns: { "total": number, "count": number, "offset": number, "has_more": boolean, "results": [ { ...entry } ], "message": string }
Examples:
「食感のオノマトペを一覧で見せて」 -> category="taste"
「擬情語だけ見たい」 -> type="gijougo"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 言語学的な分類で絞り込む | |
| limit | No | 返す件数 | |
| offset | No | 読み飛ばす件数 | |
| category | No | カテゴリIDで絞り込む |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| message | Yes | ||
| results | Yes | ||
| has_more | Yes |