You're viewing a demo portfolio

Join the waitlist
PRSM

create_contact

Active

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
create_contact — FavCRM — PRSM MCP