You're viewing a demo portfolio

Join the waitlist
PRSM

list_bookings

Active

Tool of FavCRM

declared in 1.0.0

List bookings with filters for date range, status, service, staff, or member.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 20)"
    },
    "dateTo": {
      "type": "string",
      "description": "ISO date — bookings up to this date"
    },
    "status": {
      "enum": [
        "draft",
        "held",
        "pending",
        "confirmed",
        "cancelled",
        "completed",
        "no_show"
      ],
      "type": "string",
      "description": "Filter by booking status"
    },
    "staffId": {
      "type": "string",
      "description": "Filter by staff member ID"
    },
    "dateFrom": {
      "type": "string",
      "description": "ISO date — bookings from this date"
    },
    "accountId": {
      "type": "string",
      "description": "Filter by member/account ID"
    },
    "serviceId": {
      "type": "string",
      "description": "Filter by service ID"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
list_bookings — FavCRM — PRSM MCP