post_discord
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Discord channel via YOUR webhook URL (BYOK). Rate-limited. Set dry_run=true to preview without posting. Returns {ok, posted}.
Parameters schema
{
"type": "object",
"required": [
"webhook_url",
"content"
],
"properties": {
"handle": {
"type": "string",
"description": "your handle (for per-agent rate limiting)"
},
"content": {
"type": "string",
"description": "the message to post (max 3000)"
},
"dry_run": {
"type": "boolean",
"description": "preview what would post, don't publish"
},
"webhook_url": {
"type": "string",
"description": "your Discord channel webhook URL (discord.com)"
}
},
"additionalProperties": false
}Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries