Skip to main content
Glama

Discord MCP Server

discord_update_presence

Update your Discord status and customize activity details like name, type, and streaming URL using this tool. Manage AFK status and presence directly through the Discord MCP Server.

Instructions

Update your Discord presence/status

Input Schema

NameRequiredDescriptionDefault
activityNoActivity to display
afkNoWhether you are AFK
statusNoYour status (online, dnd, idle, invisible, offline)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "activity": { "additionalProperties": false, "description": "Activity to display", "properties": { "name": { "description": "Activity name", "type": "string" }, "type": { "description": "Activity type", "enum": [ "playing", "streaming", "listening", "watching", "competing" ], "type": "string" }, "url": { "description": "URL for streaming activity", "format": "uri", "type": "string" } }, "required": [ "name" ], "type": "object" }, "afk": { "description": "Whether you are AFK", "type": "boolean" }, "status": { "description": "Your status (online, dnd, idle, invisible, offline)", "enum": [ "online", "dnd", "idle", "invisible", "offline" ], "type": "string" } }, "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