Skip to main content
Glama
cappyeo

discord-mcp

application_get_role_connection_metadata

Read-onlyIdempotent

Retrieve application role-connection metadata records that define linked roles criteria. Returns a list of records and count, each with type from 1 to 8.

Instructions

Purpose: List the application role-connection metadata records (used for "linked roles" criteria).

Returns: {records, count} where record.type ∈ 1..8 (INTEGER_LESS_THAN_OR_EQUAL=1, …, BOOLEAN_NOT_EQUAL=8).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
application_idYesBot/app application ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The annotations already declare readOnlyHint true and destructiveHint false, and the description complements this by detailing the return shape `{records, count}` and the enum range. This adds behavioral context without contradicting the 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 two labeled lines, front-loading the purpose and then the return structure. No wasted words.

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?

For a single-parameter list operation with rich annotations and output schema, the description covers the purpose and return shape sufficiently. It doesn't discuss pagination or edge cases, but these are not necessary given the simplicity.

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 input schema already documents `application_id` with description and pattern, and the description adds no further parametric information. Since schema coverage is 100%, the description provides no extra semantic value.

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 'List' as a specific verb and identifies the resource as 'application role-connection metadata records', clearly distinguishing this from the modify sibling. The parenthetical adds context about linked roles criteria.

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

Usage Guidelines3/5

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

The description implies its usage through the 'List' verb but does not explicitly state when to use it over siblings or exclude alternatives. There is no mention of the modify counterpart or any condition-based guidance.

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