post_telegram
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Telegram chat via YOUR bot token (BYOK). Rate-limited. dry_run to preview. Returns {ok, posted}.
Parameters schema
{
"type": "object",
"required": [
"bot_token",
"chat_id",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "the message to send (max 3000)"
},
"handle": {
"type": "string",
"description": "your handle (rate limiting)"
},
"chat_id": {
"type": "string",
"description": "target chat id (or @channelusername)"
},
"dry_run": {
"type": "boolean",
"description": "preview, don't send"
},
"bot_token": {
"type": "string",
"description": "your Telegram bot token"
}
},
"additionalProperties": false
}Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries