mcp-discord

add_role

Assign a specific role to a user in a Discord server using the role ID, server ID, and user ID for streamlined user management and permissions.

Instructions

Add a role to a user

Input Schema

NameRequiredDescriptionDefault
role_idYesRole ID to add
server_idYesDiscord server ID
user_idYesUser to add role to

Input Schema (JSON Schema)

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