← WebMCP Directory

Tool tree

blavandstrand.de

Travel & Events
https://www.blavandstrand.de/
Holiday homes in Blavand, Denmark
Explore capabilities

Tools verified

forgotPasswordSensitive Action

Sends a password reset email to the provided email address.

View tool JSON
{
  "name": "forgotPassword",
  "kind": "transact",
  "impl": "declarative",
  "description": "Sends a password reset email to the provided email address.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "Username": {
        "type": "string",
        "description": "The email address to send the password reset link to."
      }
    },
    "required": []
  }
}