Iaptic MCP Server

Official

customer_list

List all customers with pagination support

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of customers to return
offsetNoOffset for pagination

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of customers to return", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" } }, "type": "object" }