Skip to main content
Glama

Monica CRM MCP Server

by Jacob-Stokes

monica_list_tasks

View and organize tasks in Monica CRM by filtering by contact, status, or pagination to streamline task management and tracking.

Instructions

List tasks across Monica CRM or for a specific contact.

Input Schema

NameRequiredDescriptionDefault
contactIdNo
limitNo
pageNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "contactId": { "exclusiveMinimum": 0, "type": "integer" }, "limit": { "maximum": 100, "minimum": 1, "type": "integer" }, "page": { "minimum": 1, "type": "integer" }, "status": { "enum": [ "open", "completed", "all" ], "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