Skip to main content
Glama
TheETR

TheeDiscordMCP

by TheETR

discord_set_channel_permission

Create or replace a permission overwrite for a role or member on a Discord channel, specifying allowed and denied permissions to control access.

Instructions

Create or replace a role/member permission overwrite on a channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
denyNo
allowNo
dryRunNo
reasonNo
guildIdYes
targetIdYes
channelIdYes
targetTypeYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'Create or replace' indicating mutation, but it does not disclose that 'replace' overwrites existing permissions, does not mention required permissions (e.g., manage_permissions), and does not explain the dryRun parameter's safety behavior. This leaves critical behavioral gaps.

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

Conciseness3/5

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

The description is a single clear sentence with no wasted words, which is structurally fine. However, given the tool's complexity (8 parameters, critical behavior like dryRun), the description is under-specified and arguably too short to be 'appropriately sized.' It's concise but at the expense of necessary detail.

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

Completeness1/5

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

There is no output schema and no annotations, so the description must be the sole source of context. It fails to explain return values, permission requirements, dryRun semantics, or the effect of replacing an overwrite. This makes the tool nearly unusable without external knowledge, so context is highly incomplete.

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

Parameters1/5

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

The description provides zero parameter information beyond the schema. With schema description coverage at 0%, the description fails to explain what allow, deny, dryRun, reason, or targetType mean in practice. It only hints at targetType via 'role/member' but does not add any semantic value over the raw JSON 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: 'Create or replace a role/member permission overwrite on a channel.' This is a specific action with a specific resource, and it distinguishes itself from sibling tools like discord_upsert_channel or discord_upsert_role by focusing on permission overwrites.

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

Usage Guidelines3/5

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

The use case is implied: use when you need to set or replace a role/member permission overwrite on a channel. However, no explicit alternatives or when-not-to-use guidance is provided, so it relies on the reader to infer when this tool is appropriate.

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/TheETR/TheeDiscordMCP'

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