Skip to main content
Glama

platformFees.getRefunds

Retrieve refund details for a specific platform fee using the Ryft MCP server. This tool helps track and manage refund transactions associated with platform fees.

Instructions

List refunds for a Ryft platform fee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The handler implementation for the platformFees.getRefunds tool.
    registerTool(
      'platformFees.getRefunds',
      'List refunds for a Ryft platform fee.',
      platformFeeTargetSchema.shape,
      async (args) => {
        const { id } = platformFeeTargetSchema.parse(args);
        return client.get(`/platform-fees/${id}/refunds`);
      },
    );

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