Skip to main content
Glama

customers.get

Retrieve customer details from Ryft MCP using a unique identifier to access financial account information and manage payment relationships.

Instructions

Get a Ryft customer by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The registration and handler implementation for the 'customers.get' tool.
    registerTool(
      'customers.get',
      'Get a Ryft customer by id.',
      { id: z.string().min(1) },
      async ({ id }) => client.get(`/customers/${id}`),
    );

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/bkawk/ryft-mcp'

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