Skip to main content
Glama

vaultix_list_customers

Retrieve customer records from the Vaultix Payment API. Filter by email or limit results to manage customer data for Brazilian payment methods including PIX, card, and boleto.

Instructions

List all customers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results (1-100)
emailNoFilter by email

Implementation Reference

  • The handler for the 'vaultix_list_customers' tool. It retrieves the list of customers from the Vaultix API using GET /customers with optional 'limit' and 'email' query parameters.
    case 'vaultix_list_customers': return client.get('/customers', { limit: args.limit, email: args.email, })
  • Input schema for the 'vaultix_list_customers' tool, defining optional parameters: limit (number) and email (string).
    inputSchema: { type: 'object', properties: { limit: { type: 'number', description: 'Maximum results (1-100)' }, email: { type: 'string', description: 'Filter by email' }, }, },
  • Registration of the 'vaultix_list_customers' tool in the exported 'tools' array, including name, description, and input schema.
    { name: 'vaultix_list_customers', description: 'List all customers', inputSchema: { type: 'object', properties: { limit: { type: 'number', description: 'Maximum results (1-100)' }, email: { type: 'string', description: 'Filter by email' }, }, }, },

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/VautlixDevelopment/mcpVaultix'

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