Skip to main content
Glama

vaultix_get_transaction

Retrieve transaction details by ID to view payment information, verify status, and access records for charges, refunds, or payouts.

Instructions

Retrieve a transaction by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTransaction ID

Implementation Reference

  • Handler implementation for the 'vaultix_get_transaction' tool. It retrieves a transaction by ID via a GET request to `/transactions/${args.id}` using the VaultixClient.
    case 'vaultix_get_transaction': return client.get(`/transactions/${args.id}`)
  • Input schema definition for the 'vaultix_get_transaction' tool, specifying the required 'id' parameter as a string.
    inputSchema: { type: 'object', properties: { id: { type: 'string', description: 'Transaction ID' }, }, required: ['id'], },
  • Registration of the 'vaultix_get_transaction' tool in the exported tools array, including name, description, and input schema.
    { name: 'vaultix_get_transaction', description: 'Retrieve a transaction by ID', inputSchema: { type: 'object', properties: { id: { type: 'string', description: 'Transaction ID' }, }, required: ['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/VautlixDevelopment/mcpVaultix'

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