Find LINE sticker by mood/keyword
line_find_stickerFind official LINE stickers by mood or keyword in Thai or English, returning package and sticker IDs to send via message. Pick by intent like celebration, thank you, or sorry.
Instructions
Find LINE stickers from a curated catalog by mood or keyword (Thai or English). Bots may only send stickers from LINE's limited official list, so this picks by intent ("celebration", "ขอบคุณ", "sorry") instead of guessing IDs. Pass the chosen package_id + sticker_id to line_send_message via message.sticker.
Returns { query, count, stickers:[{ package_id, sticker_id, moods, keywords_th, keywords_en, description }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Mood or keyword (Thai or English). Examples: "ขอบคุณ", "celebration", "sorry", "ดีใจ". | |
| response_format | No | markdown |