Skip to main content
Glama

Monica CRM MCP Server

by Jacob-Stokes

monica_get_contact_summary

Retrieve comprehensive profile details for a specific contact ID in Monica CRM. Use after searching or creating contacts to access full information before making updates. Requires contactId as input.

Instructions

Retrieve full profile details for a specific contact ID. Use this after searching to see complete contact information before making updates. DEPENDENCY: Requires contactId - use monica_search_contacts to find existing contacts or monica_manage_contact with action="create" to create a new contact first.

Input Schema

NameRequiredDescriptionDefault
contactIdYes
includeContactFieldsNo

Input Schema (JSON Schema)

{ "properties": { "contactId": { "exclusiveMinimum": 0, "type": "integer" }, "includeContactFields": { "type": "boolean" } }, "required": [ "contactId" ], "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