You're viewing a demo portfolio

Join the waitlist
PRSM

attach_tags

Active

Tool of FavCRM

declared in 1.0.0

Attach one or more tags to a member/account. Useful for segmenting members after filtering.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "accountIds",
    "tagId"
  ],
  "properties": {
    "tagId": {
      "type": "string",
      "description": "Tag ID to attach"
    },
    "accountIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Member/account IDs to tag (max 100)"
    }
  }
}

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 →