Skip to main content
Glama

Discord MCP Server

discord_remove_friend

Remove a Discord friend or cancel a pending friend request by specifying the user ID to streamline friend list management through the Discord MCP Server.

Instructions

Remove a friend or cancel a friend request

Input Schema

NameRequiredDescriptionDefault
userIdYesUser ID to remove as friend

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "userId": { "description": "User ID to remove as friend", "type": "string" } }, "required": [ "userId" ], "type": "object" }

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

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