set_segment_members
ActiveTool of FavCRM
declared in 1.0.0
Replace the members of a STATIC customer segment with the given account IDs. The segment is converted to STATIC.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"segmentId",
"accountIds"
],
"properties": {
"segmentId": {
"type": "string",
"description": "The segment ID"
},
"accountIds": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 1000,
"description": "CRM account IDs to set as segment members"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries