Skip to main content
Glama

Kommo CRM MCP Server

get_contacts

Retrieve a list of contacts from Kommo CRM with pagination support, enabling efficient access and management of CRM data. Supports custom limits up to 250 entries per request.

Instructions

Get list of contacts from Kommo CRM

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of contacts to return (max 250)
pageNoPage number for pagination

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of contacts to return (max 250)", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" } }, "required": [], "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