You're viewing a demo portfolio

Join the waitlist
PRSM

set_segment_members

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →