Skip to main content
Glama

disputes.accept

Accept a Ryft dispute to resolve payment conflicts by acknowledging the dispute claim through the Ryft MCP server.

Instructions

Accept a Ryft dispute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The implementation of the disputes.accept tool, which accepts a dispute ID as input and sends a POST request to the Ryft API.
    registerTool(
      'disputes.accept',
      'Accept a Ryft dispute.',
      disputeTargetSchema.shape,
      async (args) => {
        const { id } = disputeTargetSchema.parse(args);
        return client.post(`/disputes/${id}/accept`, {});
      },
    );

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