update_tag
ActiveTool of FavCRM
declared in 1.0.0
Rename or recolor an existing CRM tag.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tagId"
],
"properties": {
"name": {
"type": "string",
"description": "New tag name"
},
"color": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "New color, or null to clear"
},
"tagId": {
"type": "string",
"description": "The tag ID to update"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries