Skip to main content
Glama
veterinar

retailcrm-mcp

by veterinar

list_customers

Read-only

Search and list customers by name, email, phone, or creation date. Returns customer summaries with order counts and total spent, with optional full details.

Instructions

List/search customers by name, email, phone, created-date. Returns (summary): pagination + array of {id, name, email, phone, ordersCount, totalSpent}. detail:'full' adds address/externalId/all phones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoIf true, return the untouched RetailCRM payload (for debugging; verbose).
pageNoPage number
limitNoResults per page (max 100)
detailNoOutput verbosity: 'summary' (compact, default — saves tokens) or 'full' (all shaped fields incl. line items, delivery, payments).summary
filter_nameNoFilter by customer name (partial match)
filter_emailNoFilter by email address
filter_phoneNoFilter by phone number
filter_date_toNoFilter customers created on/before (YYYY-MM-DD)
filter_date_fromNoFilter customers created on/after (YYYY-MM-DD)

Latest Blog Posts

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/veterinar/retailcrm-mcp'

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