cleanup_stale_rooms
Remove stale rooms by inactivity duration, participant presence, and message recency. Supports dry runs and participant notifications before deletion.
Instructions
Clean up stale rooms based on activity and participant criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inactiveMinutes | No | Minutes after which rooms are considered inactive (1-2880) | |
| dryRun | No | Perform a dry run without actually cleaning up | |
| notifyParticipants | No | Notify participants before room deletion | |
| deleteEmptyRooms | No | Delete completely empty rooms (no messages, no participants) | |
| deleteNoActiveParticipants | No | Delete rooms with no active participants | |
| deleteNoRecentMessages | No | Delete rooms with no recent messages |