Readonlycategory category : "communications" = 'communications'
Readonlydescription description : "Send a text message to a Telegram chat, channel, or user. Supports Markdown and HTML formatting." = 'Send a text message to a Telegram chat, channel, or user. Supports Markdown and HTML formatting.'
Readonlydisplay Name displayName : "Send Telegram Message" = 'Send Telegram Message'
Readonlyhas Side Effects hasSideEffects : true
Readonlyid id : "telegramSendMessage" = 'telegramSendMessage'
inputSchema : { properties : { buttons : { description : string ; items : { items : { properties : { callbackData : { type : string } ; text : { type : string } ; url : { type : string } ; } ; type : string ; } ; type : string ; } ; type : string ; } ; chatId : { description : string ; type : string [] } ; disableNotification : { default : boolean ; description : string ; type : string ; } ; parseMode : { description : string ; enum : string [] ; type : string } ; replyToMessageId : { description : string ; type : string } ; text : { description : string ; type : string } ; } ; required : string [] ; type : string ; } = ...
Readonlyname name : "telegramSendMessage" = 'telegramSendMessage'
Readonlyoutput Schema outputSchema : { properties : { chatId : { type : string [] } ; date : { type : string } ; error : { type : string } ; messageId : { type : string } ; success : { type : string } ; } ; type : string ; } = ...
Readonlyrequired Capabilities requiredCapabilities : string [] = ...
Readonlyversion version : "1.0.0" = '1.0.0'
Tool for sending text messages via Telegram
SendMessageTool
Implements