set_primary_contact
ActiveTool of FavCRM
declared in 1.0.0
Set a contact as the primary contact for its CRM account and demote other contacts on that account.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"contactId"
],
"properties": {
"contactId": {
"type": "string",
"description": "The contact ID to make primary"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries