Skip to main content
Glama
669px

Dc-MCP

by 669px

discord_delete_role

Deletes a specified Discord role by role ID. If confirmation is required, pass confirm=true to finish the deletion, optionally with a reason.

Instructions

Delete a role. Requires confirm=true when confirmation is enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
confirmNo
role_idYes
guild_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It mentions the confirmation requirement, but it does not state that deleting a role is permanent and destructive, that associated permissions are removed, or that the audit log may record the reason. This is a significant gap for a delete operation.

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 only two sentences and front-loads the core operation. Every sentence contributes useful information, with no filler or repetition.

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

Completeness2/5

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

For a destructive tool with no annotations and low schema description coverage, the description is too thin. It does not address prerequisites, deletion consequences, guild context, or when this action is appropriate versus the many role-related siblings.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only clarifies the confirm parameter condition. It does not explain the role of guild_id, role_id, or reason, leaving the agent to infer their meaning solely from property names and types.

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

Purpose4/5

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

The description states a clear action ('Delete a role') and resource. However, it does not distinguish itself from the similar sibling discord_remove_role, which could be confused as an alternative way to 'remove' a role vs deleting it entirely.

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 description gives one important invocation condition: 'Requires confirm=true when confirmation is enabled.' It does not, however, explain when an agent should choose this tool over alternatives like discord_remove_role or discord_edit_role, so context is incomplete.

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/669px/Dc-MCP'

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