You're viewing a demo portfolio

Join the waitlist
PRSM

create_service_category

Active

Tool of FavCRM

declared in 1.0.0

Create a service category (e.g. "Treatments", "Classes") to group bookable services.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Category name"
    },
    "sortOrder": {
      "type": "number",
      "description": "Sort order (lower = earlier)"
    },
    "description": {
      "type": "string",
      "description": "Description"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →