detach_tags
ActiveTool of FavCRM
declared in 1.0.0
Detach one tag from one or more member/account records.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"accountIds",
"tagId"
],
"properties": {
"tagId": {
"type": "string",
"description": "Tag ID to detach"
},
"accountIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Member/account IDs to untag (max 100)"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries