create_contact
ActiveTool of FavCRM
declared in 1.0.0
Create a contact on an existing CRM account.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"accountId",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Contact name"
},
"email": {
"type": "string",
"description": "Email"
},
"phone": {
"type": "string",
"description": "Phone"
},
"jobTitle": {
"type": "string",
"description": "Job title"
},
"accountId": {
"type": "string",
"description": "Owning account ID"
},
"isPrimary": {
"type": "boolean",
"description": "Mark as primary contact"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries