Skip to main content
Glama
OrygnsCode

Omnicord - Discord server management MCP for AI agents

Pause invites and DMs

set_incident_actions

Pause new invites and DMs between non-friend members for up to 24 hours to lock down a Discord server during a raid. Also reports current raid-defense status and detected spam.

Instructions

Discord's raid-defense security actions for the whole server. Pause new invites, and pause DMs between members who are not friends, each for up to 24 hours, to lock the server down during a raid. Give a number of hours to pause, 0 to lift a pause, or omit a field to leave it unchanged. Called with neither field, it reports the current state, including any raid or DM spam Discord detected on its own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dmsNoHours to pause DMs between non-friend members, up to 24. Use 0 to resume, or omit to leave them unchanged.
guildNoGuild (server) name or ID. Omit to use the default guild.
invitesNoHours to pause new invites, up to 24. Use 0 to resume invites, or omit to leave them unchanged.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes beyond annotations by explaining the time-limited nature (up to 24 hours), the ability to lift pauses with 0, and the read-only state reporting. It also mentions that Discord's own raid/DM spam detection is included, providing rich behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, each serving a purpose: scope, action, and usage. It is front-loaded with the most important information and contains no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity (3 optional parameters, no output schema), the description fully explains the tool's behavior, including the report mode and edge cases. It leaves no significant gaps for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% parameter coverage, including descriptions for dms, invites, and guild. The description's mention of '0 to lift a pause' and 'omit to leave unchanged' mirrors the schema, adding no new information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as Discord's raid-defense security action for the whole server, specifically pausing new invites and DMs. It distinguishes itself from sibling invite tools by focusing on server-wide lock down during a raid.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states the tool is for locking down the server during a raid, providing clear context. It gives usage instructions for pausing, resuming, and reporting state, though it does not name alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OrygnsCode/Omnicord'

If you have feedback or need assistance with the MCP directory API, please join our Discord server