Discord

An instant messaging and VoIP social platform.

23 actions Integration catalog
Request access
Connect Discord once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Consume Entitlement (Deprecated)DISCORD_CONSUME_ENTITLEMENT
DEPRECATED: This Discord endpoint requires a bot token and cannot be used by an OAuth2 user connection. This legacy action is retained for existing Discord bearer-token connections until an equivalent Discord Bot action is available.
Delete Test Entitlement (Deprecated)DISCORD_DELETE_TEST_ENTITLEMENT
DEPRECATED: This Discord endpoint requires a bot token and cannot be used by an OAuth2 user connection. This legacy action is retained for existing Discord bearer-token connections until an equivalent Discord Bot action is available.
Delete User Application Role ConnectionDISCORD_DELETE_USER_APPLICATION_ROLE_CONNECTION
Deletes the current user's application role connection for the specified application. Removes the platform metadata and linked role connection.
Edit Application Command PermissionsDISCORD_EDIT_APPLICATION_COMMAND_PERMISSIONS
Edits the permissions for a specific application command in a guild. Requires OAuth2 Bearer token (bot tokens will error). The authorizing user must have MANAGE_GUILD and MANAGE_ROLES permissions in the target guild.
Get Application Command PermissionsDISCORD_GET_APPLICATION_COMMAND_PERMISSIONS
Retrieves the permissions for a specific application command in a guild. Requires OAuth2 Bearer token (bot tokens will error). The authorizing user must have MANAGE_GUILD and MANAGE_ROLES permissions in the target guild.
Get Batch Application Command PermissionsDISCORD_GET_BATCH_APPLICATION_COMMAND_PERMISSIONS
Retrieves permissions for all commands of an application in a guild. Returns a list of permission objects for each command. Requires OAuth2 Bearer token (Bot tokens will error).
Get Current User Application EntitlementsDISCORD_GET_CURRENT_USER_APPLICATION_ENTITLEMENTS
Retrieves entitlements for the current user and application. The optional guild_id filter is enforced locally because Discord does not expose that filter on this current-user route.
Get GatewayDISCORD_GET_GATEWAY
Tool to retrieve a valid WebSocket (wss) URL for establishing a Gateway connection to Discord. Use when you need to connect to the Discord Gateway for real-time events.
Get Guild TemplateDISCORD_GET_GUILD_TEMPLATE
Tool to retrieve information about a Discord guild template using its unique template code. Use when you need to get details about a guild template for creating new servers.
Get Guild WidgetDISCORD_GET_GUILD_WIDGET
Tool to retrieve the guild widget in JSON format. Use when you need to get public information about a Discord guild's widget that can be displayed on external websites. The widget must be enabled in the guild's server settings.
Get Guild Widget PNGDISCORD_GET_GUILD_WIDGET_PNG
Tool to retrieve a PNG image widget for a Discord guild. Use when you need a visual representation of the guild widget that can be displayed on external websites. The widget must be enabled in the guild's server settings.
Get Invite (Deprecated)DISCORD_GET_INVITE
DEPRECATED: Use DISCORD_INVITE_RESOLVE instead. Tool to retrieve information about a specific invite code. Use when you need to get details about a guild or channel associated with an invite. Response may be null or partial for expired, revoked, or inaccessible invites; do not infer guild membership or channel access from the response.
Get my guild memberDISCORD_GET_MY_GUILD_MEMBER
Retrieves the guild member object for the currently authenticated user within a specified guild, including roles, nickname, join date, and permissions.
Get my OAuth2 authorizationDISCORD_GET_MY_OAUTH2_AUTHORIZATION
Retrieves current OAuth2 authorization details for the application, including app info, scopes, token expiration, and user data (contingent on scopes like 'identify').
Get My UserDISCORD_GET_MY_USER
Fetches comprehensive profile information for the currently authenticated Discord user, including email if the 'email' scope is granted.
Get OpenID Connect userinfoDISCORD_GET_OPENID_CONNECT_USERINFO
Retrieve OpenID Connect compliant user information for the authenticated user. Returns standardized OIDC user claims (sub, email, nickname, picture, locale, etc.) following the OpenID Connect specification. Requires OAuth2 access token with 'openid' scope; additional fields require 'identify' and 'email' scopes.
Get Public KeysDISCORD_GET_PUBLIC_KEYS
Tool to retrieve Discord OAuth2 public keys. Use when you need to verify OAuth2 tokens or access public keys for cryptographic operations.
Get SKU SubscriptionDISCORD_GET_SKU_SUBSCRIPTION
Retrieves a specific subscription by ID for a given SKU. Use to check details of a single user subscription.
Get UserDISCORD_GET_USER
Retrieve information about a Discord user. With OAuth Bearer token authentication, this returns the authenticated user's information (use '@me'). With Bot token authentication, you can query any user by their ID. Use this when you need user details like username, avatar, email (if email scope is granted), locale, premium status, or other profile information.
Get User Application Role ConnectionDISCORD_GET_USER_APPLICATION_ROLE_CONNECTION
Retrieves the application role connection for the currently authenticated user for a specified application. Requires the role_connections.write OAuth2 scope.
Resolve InviteDISCORD_INVITE_RESOLVE
Tool to resolve and retrieve information about a Discord invite code. Use when you need to get details about a guild, channel, or event associated with an invite code.
Leave Guild (Deprecated)DISCORD_LEAVE_GUILD
DEPRECATED: This endpoint requires a bot token. Use DISCORDBOT_LEAVE_GUILD with a Discord Bot connection instead.
List My ConnectionsDISCORD_LIST_MY_CONNECTIONS
Retrieves a list of the authenticated user's connected third-party accounts on Discord.
List My GuildsDISCORD_LIST_MY_GUILDS
Lists the current user's guilds, returning partial data for each; primarily used for displaying server lists or verifying memberships.
List SKU SubscriptionsDISCORD_LIST_SKU_SUBSCRIPTIONS
Lists all subscriptions for a given SKU. When using a Bot token, the user_id query parameter is required. Returns paginated subscription objects.
List Sticker PacksDISCORD_LIST_STICKER_PACKS
Tool to retrieve all available Discord Nitro sticker packs. Use when you need to list or browse official Discord sticker packs.
Modify Current User (Deprecated)DISCORD_MODIFY_CURRENT_USER
DEPRECATED: This endpoint requires a bot token. Use DISCORDBOT_UPDATE_MY_USER with a Discord Bot connection instead.
Update User Application Role ConnectionDISCORD_UPDATE_USER_APPLICATION_ROLE_CONNECTION
Updates the application role connection for the currently authenticated user for a specified application. Requires the role_connections.write OAuth2 scope.