You're viewing a demo portfolio

Join the waitlist
PRSM

update_contact

Active

Tool of FavCRM

declared in 1.0.0

Update fields on an existing contact.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "contactId"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name"
    },
    "email": {
      "type": "string",
      "description": "Email address"
    },
    "phone": {
      "type": "string",
      "description": "Phone number"
    },
    "jobTitle": {
      "type": "string",
      "description": "Job title"
    },
    "contactId": {
      "type": "string",
      "description": "The contact ID"
    },
    "isPrimary": {
      "type": "boolean",
      "description": "Mark as the primary contact"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →