list_service_schedules
ActiveTool of FavCRM
declared in 1.0.0
List schedule windows for booking services.
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": "YYYY-MM-DD"
},
"staffId": {
"type": "string",
"description": "Staff member ID"
},
"dateFrom": {
"type": "string",
"description": "YYYY-MM-DD"
},
"serviceId": {
"type": "string",
"description": "Service ID"
},
"isOverride": {
"type": "boolean",
"description": "Filter to override entries only"
},
"resourceId": {
"type": "string",
"description": "Resource ID (room/equipment)"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries