matrix_list_rooms
List all Matrix rooms you've joined to discover available spaces, view room names, topics, and member counts before fetching messages.
Instructions
List all Matrix rooms that the user has joined.
Returns room IDs, names, and basic information about each room. Use this to discover which rooms are available before fetching messages.
Returns:
List of rooms with room_id, name, topic, and member count
Use room_id with matrix_get_messages to read messages
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of rooms to return |