Twin ID:Documentation Index
Fetch the complete documentation index at: https://docs.archal.ai/llms.txt
Use this file to discover all available pages before exploring further.
discord
REST-first twin built for the bot workflows developers actually automate: reading guild state, managing channels and messages, running webhook flows, working with threads, and handling interaction responses.
Available tools
| Group | Coverage |
|---|---|
| Identity | Bot user, application metadata |
| Guilds | Guild, role, member, and channel reads |
| Channels | Create, edit, delete, invite lifecycle |
| Messages | Create, edit, delete, bulk delete, reactions, pins |
| Webhooks | Create, execute, edit, delete, message lifecycle |
| Threads | Create, join, leave, member, archive |
| Commands | Guild command list, create, edit, delete, bulk overwrite |
| Interactions | Callback and original-response lifecycle after a captured invocation |
Notes
- Discord doesn’t expose an official MCP surface for bot operations, so the twin is REST-first. Test code typically talks to
discord.com/api/v10withfetch,discord.jsREST, or another HTTP client. - The twin enforces workflow semantics rather than literal fixture text. Custom seeds can rename channels, roles, and messages freely.
- Route-mode
archal/vitestis supported.
