Skip to main content
Glama

accounts.get

Retrieve a specific Ryft account using its unique identifier to access financial resource details and manage payment operations.

Instructions

Get a Ryft account by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The 'accounts.get' tool registration and handler implementation. It uses the RyftHttpClient to fetch an account by its ID.
    registerTool(
      'accounts.get',
      'Get a Ryft account by id.',
      { id: z.string().min(1) },
      async ({ id }) => client.get(`/accounts/${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