Skip to main content
Glama
cappyeo

discord-mcp

threads_get_member

Read-onlyIdempotent

Check a user's membership record in a Discord thread, including join timestamp and flags, to verify access before performing thread-only actions.

Instructions

Purpose: Look up one user's thread-membership record (join timestamp, flags).

When to use:

  • Verify a user is in a thread before performing thread-only actions.

Returns: {thread_id, user_id, join_timestamp, flags}. Returns 404-shaped error if the user is not a member.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesUser to query
thread_idYesThread to look up
with_memberNoInclude the underlying guild member object in the Discord response

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds valuable context by specifying the returned fields and the 404-shaped error when the user is not a member, though it does not mention the with_member parameter's effect on the response.

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 clear sections (Purpose, When to use, Returns) and uses minimal words. Every sentence adds value, including the error behavior, without unnecessary filler.

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 read-only tool with complete schema annotations, an output schema, and a description covering purpose, usage, return fields, and error cases, the description is fully complete. Nothing important is missing.

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% with descriptions for all parameters ('User to query', 'Thread to look up', 'Include the underlying guild member object'). The description reinforces the overall purpose but does not add meaning beyond the schema for individual parameters, so the baseline of 3 is appropriate.

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 uses a specific verb ('Look up') with a clear resource ('one user's thread-membership record') and scope ('join timestamp, flags'). This distinguishes it from siblings like threads_join, threads_leave, and threads_list_members.

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 explicitly states when to use the tool: 'Verify a user is in a thread before performing thread-only actions.' It provides clear context but does not name alternatives or exclusions, so it stops short of a full 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