← WebMCP Directory

Tool tree

abhawa.com

Media & Personal
https://www.abhawa.com/
Weather forecasts and local information for Bangladesh
Explore capabilities

Tools verified

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"
    ]
  }
}