You're viewing a demo portfolio

Join the waitlist
PRSM

hemmabo_booking_status

Active

Tool of com.hemmabo/hemmabo-mcp-server

declared in 3.2.16

Retrieve current status and full details of an existing booking by reservationId. Use to confirm checkout/create succeeded or before cancel/reschedule. Requires Authorization: Bearer token (MCP_API_KEY or OAuth). Read-only against the database but returns guest PII (name, email). Rate-limited per token. The only input is the reservationId returned by hemmabo_booking_checkout or hemmabo_booking_create — not the propertyId.

Parameters schema

{
  "type": "object",
  "required": [
    "reservationId"
  ],
  "properties": {
    "reservationId": {
      "type": "string",
      "format": "uuid",
      "description": "Booking or reservation UUID from hemmabo_booking_checkout or hemmabo_booking_create (e.g. '7c9e6679-7425-40de-944b-e07fc1f90ae7'). Required to look up, cancel, or reschedule the same booking record."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

com.hemmabo/hemmabo-mcp-server

https://github.com/HemmaBo-se/hemmabo-mcp-server

2/7 registries
View full server →
hemmabo_booking_status — com.hemmabo/hemmabo-mcp-server — PRSM MCP