Skip to main content
Glama
cappyeo

discord-mcp

events_list_users

Read-onlyIdempotent

List users who RSVP'd to a scheduled Discord event, with pagination and optional member details. Retrieve attendee information to gauge interest and manage event participation.

Instructions

Purpose: List users subscribed (RSVP) to a scheduled event.

When to use:

  • Inspect attendance/interest for an upcoming event.

Pagination: Use before/after user-id cursors. limit 1-100.

Returns: {users:[{user_id, username, bot, member?}], count, event_id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoPagination cursor: users with id > this
limitNoMax users (1-100, default 100)
beforeNoPagination cursor: users with id < this
event_idYesScheduled event id
guild_idYesGuild that owns the event
with_memberNoInclude guild member object for each user

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations cover read-only, idempotent, and non-destructive behavior, so the description correctly avoids repeating that. It adds valuable details about pagination cursors and the return shape, which are behavioral traits not captured in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured with bold section headers. Every sentence earns its place: purpose, when to use, pagination, and return format. No filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's read-only nature, the description covers the essential aspects: purpose, usage context, pagination behavior, and return format. An output schema is present, so detailed field explanations are not required. Missing permission/error details are minor for this simple list operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters with descriptions, so the baseline is 3. The description reinforces the pagination semantics and limit range, but does not introduce additional meaning beyond what the schema already provides. The return format is helpful but not parameter-related.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('List users subscribed (RSVP)') and the resource ('scheduled event'), making it easy to distinguish from sibling tools like events_list or events_get. The purpose is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a dedicated 'When to use' section explaining the primary use case (inspect attendance/interest). It does not explicitly mention alternatives or when not to use it, but the context is clear enough for an agent to select this tool appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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