Skip to main content
Glama

Monica CRM MCP Server

by Jacob-Stokes

monica_manage_contact_field

Add, update, or remove phone numbers, emails, and custom contact fields like social media handles. Use this to manage detailed communication information in Monica CRM. Requires contactId and contactFieldTypeId for create actions.

Instructions

PREFERRED FOR PHONES/EMAILS: Add, update, or remove phone numbers, emails, and other contact information. Also handles custom fields like social media handles. Use this instead of basic contact management for communication details. DEPENDENCY: For create action, requires contactId (use monica_manage_contact with action="create") and contactFieldTypeId (use monica_manage_contact_field_type with action="list" or "create").

Input Schema

NameRequiredDescriptionDefault
actionYes
contactFieldIdNo
contactIdNo
limitNo
pageNo
payloadNo

Input Schema (JSON Schema)

{ "properties": { "action": { "enum": [ "list", "get", "create", "update", "delete" ], "type": "string" }, "contactFieldId": { "exclusiveMinimum": 0, "type": "integer" }, "contactId": { "exclusiveMinimum": 0, "type": "integer" }, "limit": { "maximum": 100, "minimum": 1, "type": "integer" }, "page": { "minimum": 1, "type": "integer" }, "payload": { "additionalProperties": false, "properties": { "contactFieldTypeId": { "exclusiveMinimum": 0, "type": "integer" }, "contactId": { "exclusiveMinimum": 0, "type": "integer" }, "data": { "maxLength": 255, "minLength": 1, "type": "string" } }, "required": [ "contactId", "contactFieldTypeId", "data" ], "type": "object" } }, "required": [ "action" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jacob-Stokes/monica-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server