Skip to main content
Glama

Monica CRM MCP Server

by Jacob-Stokes

monica_create_note

Create and attach personalized notes to specific contacts in Monica CRM to enhance communication and track interactions effectively.

Instructions

Attach a note to a Monica contact.

Input Schema

NameRequiredDescriptionDefault
bodyYes
contactIdYes
isFavoritedNo

Input Schema (JSON Schema)

{ "properties": { "body": { "minLength": 1, "type": "string" }, "contactId": { "exclusiveMinimum": 0, "type": "integer" }, "isFavorited": { "type": "boolean" } }, "required": [ "contactId", "body" ], "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