Phase 7.3: room_info(room_id) tool #20
No reviewers
Labels
No labels
blocked
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting-on-julian
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlxq0/matrix-mcp!20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "phase-7-3-room-info"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds a single new read-only MCP tool: `room_info(room_id)`.
Returns a structured object with:
All from cached room state; only `power_levels()` makes an async call into the SDK, and that falls back to `None` if the room's power-level state event hasn't synced yet. Rate-limited as a Read.
Branch is based on `phase-6-1-rate-limit`; rebase onto main once PR #19 lands.
Test plan
🤖 Generated with Claude Code