List LINE chats
list_chatsRetrieve bounded chat metadata and stable chat IDs from LINE Desktop history, excluding official accounts unless requested. Use to find the chat ID before fetching messages, with newest results first and optional filters.
Instructions
Return bounded chat metadata and stable chat IDs, without message bodies. Use before get_messages when the chat ID is unknown. Official accounts are excluded unless explicitly requested. Results are newest first and may be limited.
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 literal substring of the chat name. | |
| updated_after | No | Only chats updated at or after this timezone-aware ISO 8601 timestamp. | |
| include_official | No | Include LINE official/business accounts. Defaults to false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| schema_version | No | 1 |