update_category
ActiveTool of FavCRM
declared in 1.0.0
Update a CMS post category.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"categoryId"
],
"properties": {
"name": {
"type": "string",
"description": "Name"
},
"slug": {
"type": "string",
"description": "URL slug"
},
"sortOrder": {
"type": "number",
"description": "Sort order (lower = earlier)"
},
"categoryId": {
"type": "string",
"description": "Category ID"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Description"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries