delete_category
ActiveTool of FavCRM
declared in 1.0.0
Delete a CMS post category. Posts in the category are not deleted; they are simply unlinked.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"categoryId"
],
"properties": {
"categoryId": {
"type": "string",
"description": "Category ID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries