Skip to main content
Glama

mcp-discord

by hanweg

list_members

Fetch and display a list of members from a Discord server using the server ID, with an option to set a custom limit for the number of members retrieved.

Instructions

Get a list of members in a server

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of members to fetch
server_idYesDiscord server (guild) ID

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of members to fetch", "maximum": 1000, "minimum": 1, "type": "number" }, "server_id": { "description": "Discord server (guild) ID", "type": "string" } }, "required": [ "server_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