List my chats
teams_list_chatsRetrieve your recent 1:1 and group chats to obtain chat IDs for reading or sending messages.
Instructions
List the user's recent 1:1 and group chats (not channel conversations).
Use this to find the chat_id for reading or sending chat messages.
Args:
limit (number, 1-50): max chats (default 20)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: JSON { count, chats: [{ id, topic, chatType, members }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-50) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |