Find LINE sticker by mood/keyword
line_find_stickerSearch for LINE stickers by mood or keyword in Thai or English. Returns package and sticker IDs to send in messages.
Instructions
Find LINE stickers from a curated catalog by mood or keyword. Both Thai and English search terms are supported.
LINE only allows bots to send stickers from a limited official list. This tool lets agents pick stickers by intent ("celebration", "ขอบคุณ", "sorry") rather than guessing IDs.
Args:
query: Mood or keyword. Examples: "ขอบคุณ", "celebration", "sorry", "love".
limit: Number of suggestions (1-20). Default 5.
response_format: 'markdown' (default) | 'json'.
Returns: { query, count, stickers: [{ package_id, sticker_id, moods, keywords_th, keywords_en, description }] }
Pass the chosen package_id + sticker_id to line_send_message: { message: { sticker: { package_id, sticker_id } } }
Examples:
"หา sticker ขอบคุณ" → { query: "ขอบคุณ" }
"celebration sticker" → { query: "celebration" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Mood or keyword (Thai or English). Examples: "ขอบคุณ", "celebration", "sorry", "ดีใจ". | |
| limit | No | ||
| response_format | No | markdown |