Skip to main content
Glama
cappyeo

discord-mcp

members_get

Read-onlyIdempotent

Fetch a Discord guild member by user ID to inspect their roles, nickname, and join date.

Instructions

Purpose: Fetch a guild member by user ID.

When to use: inspect roles, nick, joined-at of a known user.

Returns: {user_id, username, global_name, nick, roles, joined_at, premium_since?, pending?}. joined_at may be null; premium_since and pending are absent when Discord omits them. Structured nick remains raw Discord data; the human-readable text response fences it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesMember to fetch
guild_idYesGuild containing the member

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already signal read-only, idempotent, non-destructive behavior. The description adds valuable context beyond that: optionality of fields (premium_since and pending absent when Discord omits them), the null possibility for joined_at, and the note about nick being raw data with human-readable text fencing. This is strong supplemental transparency.

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 well-structured with bolded sections for Purpose, When to use, and Returns. It is concise, front-loaded, and every sentence carries useful information without redundancy.

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

Completeness5/5

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

For a simple two-parameter read-only fetch with rich annotations, output schema, and clear usage guidance, the description is complete enough. It covers what the tool does, when to use it, and important return-value nuances, leaving no significant gaps for tool selection or invocation.

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?

Schema coverage is 100% for both parameters, with descriptions for user_id and guild_id. The description's mention of 'by user ID' reinforces the key parameter, but it does not add meaningful semantics beyond what the schema already provides.

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 states a specific verb and resource: 'Fetch a guild member by user ID.' This clearly distinguishes the tool from siblings like members_list and members_search, and the mention of inspecting roles, nick, and joined_at further clarifies its purpose.

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?

Provides a dedicated 'When to use' section: 'inspect roles, nick, joined-at of a known user.' This gives clear context, though it does not explicitly name alternatives or state when not to use it, so it falls short of a perfect 5.

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