Skip to content

Discord

Communication · 90 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 90 Discord actions. Each keeps the schema of the real API.

  • discord.list_messagesread
  • discord.get_messageread
  • discord.create_messagewrite · needs approval
  • discord.list_channelsread
  • discord.get_channelread
  • discord.create_channelwrite
  • discord.delete_messagedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list messages", "app": "discord" }
execute_tool
{ "name": "discord.list_messages",
  "fields": ["id"] }