Discord
Send messages and manage channels in a Discord guild.
v2.2.0communication—by norien · updated 11h ago
$ norien tool install discord@2.2.0Category
communication
Runtime
—
Permissions
0
Environment
0
declared variables
Details
- Slug
- discord
- Version
- 2.2.0
- Runtime
- —
- Entrypoint
- —
- Authentication
- bearer
- License
- —
- Published
- 11h ago
Requirements
Permissions
None requested.
Dependencies
None.
Tags
discordchatcommunity
Environment variables
No environment variables
This tool needs no configuration.
Input schema
{
"type": "object",
"required": [
"action",
"channel_id"
],
"properties": {
"action": {
"enum": [
"send",
"read",
"create_thread"
],
"type": "string"
},
"content": {
"type": "string"
},
"channel_id": {
"type": "string"
}
}
}Output schema
{
"type": "object",
"properties": {
"messages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"content": {
"type": "string"
}
}
}
},
"message_id": {
"type": "string"
}
}
}