Skip to main content
Glama
TinyGecko920

discord-provisioner-mcp

by TinyGecko920

Delete role (IRREVERSIBLE)

delete_role
Destructive

Delete a role permanently from a Discord guild, removing it from all members and permission overwrites. Requires explicit confirmation because the action is irreversible.

Instructions

Permanently delete a role from a guild. THIS IS IRREVERSIBLE: the role is removed from every member and every permission overwrite. Requires confirm=true as an explicit acknowledgement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be true. Confirms you understand this is irreversible.
role_idYes
guild_idYes
Behavior5/5

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

Beyond the destructiveHint annotation, the description details the irreversible consequences: the role is removed from every member and every permission overwrite. It also requires confirm=true, which adds important behavioral context about an extra safety gate.

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 two sentences long and front-loaded with the core action. Every sentence contributes critical information: the permanent deletion and the irreversibility/confirm requirement. There is no filler or redundancy.

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 destructive tool with no output schema, the description covers the essential operational facts: what happens (permanent deletion), scope (members and permission overwrites), and required flag (confirm=true). It doesn't mention required permissions or the return value, but the given context is sufficient for correct invocation in most scenarios.

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 description adds meaning for the confirm parameter by requiring it to be true, which complements the schema's existing description. However, it provides no additional explanation for guild_id and role_id—only the schema's patterns exist, and the description doesn't state what these IDs reference. With only 33% schema description coverage, the description only partially compensates.

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 uses a specific verb+resource construction: 'Permanently delete a role from a guild.' This clearly distinguishes it from sibling tools like create_role and delete_channel while making the action and target explicit.

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 explicitly states that confirm=true is required as an explicit acknowledgement, providing a direct usage condition. It also implies the appropriate context by calling out irreversibility, though it doesn't explicitly contrast with alternatives or mention when not to use it.

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

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