Tool tree
Weather forecasts and local information for Bangladesh
newsletter_subscribeSensitive Action
Subscribes the user to the Abhawa weekly weather newsletter. Use this when the user wants to receive regular weather updates, alerts, or news via email.
View tool JSON
{
"name": "newsletter_subscribe",
"kind": "transact",
"impl": "declarative",
"description": "Subscribes the user to the Abhawa weekly weather newsletter. Use this when the user wants to receive regular weather updates, alerts, or news via email.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "The user's email address to subscribe to the weather newsletter"
}
},
"required": [
"email"
]
}
}