discord_request
Directly call any Discord REST API endpoint. Access all features, including those not covered by named tools.
Instructions
Advanced: call ANY Discord REST endpoint directly (covers every feature not wrapped by a named tool). path is relative, e.g. /guilds/{id}/templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | API path beginning with /, e.g. /channels/123/messages | |
| query | No | ||
| method | No | get | |
| confirm | No | Set true to actually perform this destructive action |