Skip to main content
Glama

Monica CRM MCP Server

by Jacob-Stokes

monica_lookup_gender

Fetch the gender catalog to ensure proper genderId assignment when creating or updating Monica CRM contacts. Use filters like limit, page, or search for efficient results.

Instructions

Fetch the gender catalog so you can supply the correct genderId when creating or updating contacts. Monica requires a genderId for every contact profile.

Input Schema

NameRequiredDescriptionDefault
genderIdNo
limitNo
pageNo
searchNo

Input Schema (JSON Schema)

{ "properties": { "genderId": { "exclusiveMinimum": 0, "type": "integer" }, "limit": { "maximum": 250, "minimum": 1, "type": "integer" }, "page": { "minimum": 1, "type": "integer" }, "search": { "minLength": 2, "type": "string" } }, "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