List LINE chats
list_chatsIdentify recent LINE conversations and obtain stable chat IDs for subsequent message retrieval. Use when the chat ID is unknown.
Instructions
Find recent LINE conversations and their stable chat IDs. Use before get_messages when the chat ID is unknown. Official accounts are excluded unless explicitly requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum chats to return. | |
| unread_only | No | Only return chats with unread messages. | |
| name_contains | No | Case-insensitive substring of the chat name. | |
| updated_after | No | Only chats updated at or after this ISO 8601 timestamp. | |
| include_official | No | Include LINE official/business accounts. Defaults to false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||