Skip to main content
Glama
CommanderBiz

discord-admin-mcp

by CommanderBiz

delete_role

Delete a role from a Discord server using its role ID and optional guild ID.

Instructions

Delete a role from the server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
role_idYes
guild_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description alone must disclose behavioral aspects, but it only says 'Delete a role.' It does not mention irreversibility, required permissions, cascading effects on members with the role, or any side effects, leaving the agent underinformed about the destructive nature.

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 a single, concise sentence with every word earning its place. It is front-loaded and easy to parse, though it sacrifices detail for brevity, which is appropriate for such a simple operation.

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 operation with three parameters and many similar sibling tools, the description is incomplete. It lacks any mention of side effects, prerequisites, or how it differs from remove_role, leaving ambiguity in a context where precision matters.

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?

Schema description coverage is 0%, and the description fails to explain any of the three parameters. The purpose of 'reason' and 'guild_id' is not clarified, and the description does not compensate for the schema's lack of descriptions.

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 clearly states the action (delete) and resource (role) within the server context. It is precise and understandable, though it does not distinguish itself from sibling tools like remove_role, which could cause confusion.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as remove_role or assign_role. There is no mention of prerequisites, side effects, or scenarios where this tool should be preferred.

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

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