Skip to main content
Glama

disputes.get

Retrieve detailed information about a specific Ryft dispute using its unique identifier to review case details and status.

Instructions

Get a Ryft dispute by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The handler for 'disputes.get' tool that retrieves a Ryft dispute by ID using the client.
    registerTool(
      'disputes.get',
      'Get a Ryft dispute by id.',
      disputeTargetSchema.shape,
      async (args) => {
        const { id } = disputeTargetSchema.parse(args);
        return client.get(`/disputes/${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