create_tag
ActiveTool of FavCRM
declared in 1.0.0
Create a CRM tag for customer segmentation and organization.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "Tag name"
},
"color": {
"type": "string",
"description": "Optional display color, e.g. #2563eb"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries