delete_tag
ActiveTool of FavCRM
declared in 1.0.0
Delete a CRM tag and remove it from all tagged entities.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tagId"
],
"properties": {
"tagId": {
"type": "string",
"description": "The tag ID to delete"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries