You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).

booking_hold

Inactive

Tool of ComOS Federation Gateway

declared in 1.0.0

Reserve a service slot. Idempotent on `idempotency_key`. Returns `booking: null` if the tenant is unknown. (Federated: requires tenant_id. For cart/orders, pass auth_token from POST /v1/auth/login. Product IDs are MongoDB ObjectIds from catalog_search.)

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tenant_id",
    "provider_id",
    "start",
    "duration_min",
    "customer_ref",
    "idempotency_key"
  ],
  "properties": {
    "start": {
      "type": "string"
    },
    "tenant_id": {
      "type": "string"
    },
    "auth_token": {
      "type": "string",
      "description": "JWT auth token for authenticated operations (cart, orders). Get from api_call POST /v1/auth/login."
    },
    "provider_id": {
      "type": "string"
    },
    "customer_ref": {
      "type": "string"
    },
    "duration_min": {
      "type": "number"
    },
    "idempotency_key": {
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →
booking_hold — ComOS Federation Gateway — PRSM MCP