telegram_channel_post_get
ActiveTool of Social Fetch
declared in 0.19.0
Get a single public post from a Telegram channel by handle and post ID. Groups are not supported.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"handle",
"postId"
],
"properties": {
"handle": {
"type": "string",
"minLength": 1,
"description": "Telegram public username (channel or group), with or without leading @."
},
"postId": {
"type": "string",
"pattern": "^\\d+$",
"maxLength": 20,
"description": "Numeric Telegram channel post ID from the public URL."
}
}
}Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries