Skip to main content
Glama

discord_timeout_member

Idempotent

Time out a Discord member, preventing them from sending messages, reacting, or speaking for a specified duration. Use duration 0 to remove an active timeout early. Requires Moderate Members permission.

Instructions

Mute a member for a set duration (Discord 'timeout'): they cannot send messages, react, or speak until it expires. Pass duration_minutes = 0 to remove an active timeout early. Max 28 days (40320 minutes). Requires the Moderate Members permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoOptional reason recorded in the server audit log.
user_idYesDiscord user ID (snowflake) of the member to time out.
guild_idYesDiscord server (guild) ID (snowflake).
duration_minutesYesTimeout length in minutes (0–40320, i.e. up to 28 days). Use 0 to clear an existing timeout.
Behavior4/5

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

The description adds valuable behavioral detail beyond annotations: it explains what happens to the member during timeout (cannot send messages, react, speak) and how timeout can be removed early. Annotations indicate idempotentHint=true and destructiveHint=false, which are consistent. The description enhances understanding of the tool's effects.

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 extremely concise: two sentences that cover purpose, behavior, special values, limits, and permissions. Every sentence adds value, and the most critical information is front-loaded. No wasted words.

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

Completeness4/5

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

For a mutation tool with no output schema, the description covers the essential aspects: what the tool does, how to use it, constraints, and permissions. It does not mention return values or error handling, but these are less critical for a simple mutation. It is sufficiently complete for the agent to use correctly.

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

Parameters5/5

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

The input schema has 100% parameter description coverage, and the description adds significant extra meaning: it explains the special case of duration_minutes=0 to clear timeout, reinforces the maximum duration (28 days), and clarifies the reason parameter's role in the audit log. This goes well beyond the schema.

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 states the tool's purpose: muting a member for a set duration (Discord 'timeout'). It specifies the exact actions prevented (send messages, react, speak) and distinguishes timeout from other moderation actions like ban or kick, which are sibling tools.

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?

The description provides clear usage context: to timeout a member or remove an active timeout using duration_minutes=0. It also mentions the required permission (Moderate Members). However, it does not explicitly compare to alternatives or state when not to use, which would strengthen guidance further.

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/PaSympa/discord-mcp'

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