Iaptic MCP Server

Official

customer_get

Get detailed information about a specific customer

Input Schema

NameRequiredDescriptionDefault
customerIdYesID of the customer

Input Schema (JSON Schema)

{ "properties": { "customerId": { "description": "ID of the customer", "type": "string" } }, "required": [ "customerId" ], "type": "object" }