Download room state from a remote server
download_room_stateFetch the room state for a given room from a specific federated server to debug state resolution and federation issues.
Instructions
Fetch and return the room state for a given room as seen by a specific federated server. Useful for debugging state resolution and federation issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roomId | Yes | Room ID, e.g. !abc123:example.com | |
| serverName | Yes | Server name to query, e.g. matrix.org |