get_available_slots
ActiveTool 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"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries