Skip to main content
Glama

Kommo CRM MCP Server

create_contact_activity

Add a new activity for a contact in Kommo CRM by specifying the activity type, description, and responsible user to streamline task management and tracking.

Instructions

Create a new activity for a contact

Input Schema

NameRequiredDescriptionDefault
contact_idYesID of the contact
responsible_user_idNoID of responsible user
textNoActivity description
typeYesType of activity

Input Schema (JSON Schema)

{ "properties": { "contact_id": { "description": "ID of the contact", "type": "number" }, "responsible_user_id": { "description": "ID of responsible user", "type": "number" }, "text": { "description": "Activity description", "type": "string" }, "type": { "description": "Type of activity", "type": "string" } }, "required": [ "contact_id", "type" ], "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