Skip to main content
Glama

Kommo CRM MCP Server

get_contact_activities

Retrieve activities linked to a specific contact in Kommo CRM, using contact ID, with options to limit results and paginate for efficient data access and workflow tracking.

Instructions

Get activities for a specific contact

Input Schema

NameRequiredDescriptionDefault
contact_idYesID of the contact
limitNoNumber of activities to return
pageNoPage number for pagination

Input Schema (JSON Schema)

{ "properties": { "contact_id": { "description": "ID of the contact", "type": "number" }, "limit": { "description": "Number of activities to return", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" } }, "required": [ "contact_id" ], "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/Miguelgbastos/Kommo-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server