assign_staff_to_service
ActiveTool of FavCRM
declared in 1.0.0
Assign a staff member to a booking service. Pass users.id from list_staff.userId.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"serviceId",
"userId"
],
"properties": {
"userId": {
"type": "string",
"description": "users.id from list_staff.userId"
},
"serviceId": {
"type": "string",
"description": "Service ID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries