com um clique
mutes
// Mute or unmute users. Use when a user is being abusive, spamming, trying to exfiltrate secrets, or deliberately wasting resources.
// Mute or unmute users. Use when a user is being abusive, spamming, trying to exfiltrate secrets, or deliberately wasting resources.
View and set configuration. Use when the user asks to change trigger behavior, extension settings, or other settings.
View and manage role permissions. Use when the user asks about what permissions a role has, or wants to change what users can do.
Manage user roles. Use when the user asks to grant or revoke permissions, make someone an admin, or check who has access.
Manage scheduled tasks — create cron jobs or one-shot reminders that run prompts on a schedule. Use when the user asks to schedule something, set a reminder, or manage recurring tasks.
| name | mutes |
| description | Mute or unmute users. Use when a user is being abusive, spamming, trying to exfiltrate secrets, or deliberately wasting resources. |
mrctl mute <platform-user-id> <duration> [--reason <reason>] [--confirm]
mrctl unmute <platform-user-id>
mrctl mutes
10m — 10 minutes1h — 1 hour24h — 24 hours7d — 7 daysTheir messages are silently ignored — no agent runs, no tokens consumed, no response sent.
The first mrctl mute call returns a warning. Add --confirm to execute.