Skip to main content
Glama
cappyeo

discord-mcp

guild_get_vanity_url

Read-onlyIdempotent

Retrieve a Discord guild's custom vanity URL invite code and its usage count. Use it to display the configured discord.gg shortcut and track how often it has been used.

Instructions

Purpose: Get the guild vanity URL invite (Community/Partner perk).

When to use:

  • Display the configured discord.gg/<code> shortcut and how many times it has been used.

Returns: {code, uses}. code is null if no vanity URL is configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guild_idYesGuild to query

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, idempotentHint, and destructiveHint false, so the safety profile is known. The description adds valuable context: the return shape {code, uses} and the note that code is null if no vanity URL is configured. No contradiction with 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 brief and well-structured, using markdown headings for Purpose, When to use, and Returns. Every sentence adds value with no redundancy or fluff, and it is front-loaded with the purpose.

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?

Given the tool's low complexity, full schema coverage, and the presence of an output schema, the description covers all necessary aspects: purpose, usage scenario, and return behavior including the null case. It is complete for an agent to select and invoke correctly.

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 the guild_id parameter described as 'Guild to query'. The description does not add any additional meaning beyond the schema, so baseline 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 clearly states 'Get the guild vanity URL invite' with a specific resource, and qualifies it as a 'Community/Partner perk', which distinguishes it from general invite tools like invites_get or invites_list_channel. The verb and object are 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?

There is an explicit 'When to use' section stating 'Display the configured discord.gg/<code> shortcut and how many times it has been used.' This provides clear context for use, though it does not explicitly mention when not to use or name alternatives.

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