You're viewing a demo portfolio

Join the waitlist
PRSM

post_discord

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
post_discord — WingmanProtocol Agent Gateway — PRSM MCP