You're viewing a demo portfolio

Join the waitlist
PRSM

get_available_slots

Active

Tool of FavCRM

declared in 1.0.0

Find available booking slots for a service on a specific date.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "serviceId",
    "date"
  ],
  "properties": {
    "date": {
      "type": "string",
      "description": "ISO date to check (YYYY-MM-DD)"
    },
    "staffId": {
      "type": "string",
      "description": "Optional: filter by specific staff member"
    },
    "serviceId": {
      "type": "string",
      "description": "The service to check availability for"
    },
    "resourceId": {
      "type": "string",
      "description": "Optional: filter by specific resource"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →