Invite Tools
Invite creation, read, and deletion.
Invite tools are small, but they are often security-sensitive in practice because they can open access to a guild or channel.
create_channel_invite #
- Purpose: create an invite for a channel.
- Key arguments: channel scope (
channel_idorchannel_name). - Optional fields: max age/uses, temporary, unique.
get_invite #
- Purpose: fetch invite metadata by code.
- Key arguments:
invite_code.
delete_invite #
- Purpose: revoke an invite code.
- Key arguments:
invite_code. - Notes:
- The Discord MCP resolves invite metadata before applying some target checks when restrictive target headers are set.