F
licenseNot graded
qualityC
maintenanceBridges MCP clients to Telegram for sending notifications and waiting for user replies.
-
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one sends a notification, the other checks for a response. There is no overlap or confusion between them.
Both tool names follow a consistent verb_noun pattern (send_notification, check_notification_response), using snake_case and clear action-object structure.
With only 2 tools, the set feels thin, but it is plausible for a narrowly scoped notification utility. It is not extreme, but on the low end of the typical range.
The pair covers sending a notification and checking for a response, which are the core operations. Missing features like canceling or resending are minor gaps that agents can work around.