Skip to main content
Glama

mcp-discord

by hanweg

remove_role

Remove a specific role from a user in a Discord server by specifying the role ID, server ID, and user ID. Integrates with MCP for Discord management.

Instructions

Remove a role from a user

Input Schema

NameRequiredDescriptionDefault
role_idYesRole ID to remove
server_idYesDiscord server ID
user_idYesUser to remove role from

Input Schema (JSON Schema)

{ "properties": { "role_id": { "description": "Role ID to remove", "type": "string" }, "server_id": { "description": "Discord server ID", "type": "string" }, "user_id": { "description": "User to remove role from", "type": "string" } }, "required": [ "server_id", "user_id", "role_id" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-discord

Related Tools

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

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