Skip to main content
Glama

Monica CRM MCP Server

by Jacob-Stokes

monica_search_contacts

Search Monica CRM contacts by name, nickname, or email to retrieve contact IDs and basic information. Use the returned IDs for detailed updates or further actions within the CRM system.

Instructions

Search Monica CRM contacts by name, nickname, or email. Returns contact IDs and basic info. Use the returned ID with other tools to get details or make updates.

Input Schema

NameRequiredDescriptionDefault
includePartialNo
limitNo
pageNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "includePartial": { "type": "boolean" }, "limit": { "maximum": 100, "minimum": 1, "type": "integer" }, "page": { "minimum": 1, "type": "integer" }, "query": { "minLength": 2, "type": "string" } }, "required": [ "query" ], "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