create_category
ActiveTool of FavCRM
declared in 1.0.0
Create a CMS post category (e.g. "Equipment", "Injection — Botox"). For sub-categories, use namespaced names — the table is flat.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Category name"
},
"slug": {
"type": "string",
"description": "Auto-generated from name if omitted."
},
"sortOrder": {
"type": "number",
"description": "Sort order (lower = earlier)"
},
"description": {
"type": "string",
"description": "Description"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries