Skip to main content
Glama

vaultix_list_balance_transactions

Retrieve transaction statements to monitor payment activity, filter by charge or refund type, and manage financial records with configurable result limits.

Instructions

List balance transactions (statement)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results (1-100)
typeNoFilter by type

Implementation Reference

  • Handler implementation in the handleToolCall switch statement. Calls the VaultixClient GET /balance/transactions endpoint with optional limit and type filters.
    case 'vaultix_list_balance_transactions': return client.get('/balance/transactions', { limit: args.limit, type: args.type, })
  • Tool registration in the exported tools array, defining the name, description, and input schema for validation.
    { name: 'vaultix_list_balance_transactions', description: 'List balance transactions (statement)', inputSchema: { type: 'object', properties: { limit: { type: 'number', description: 'Maximum results (1-100)' }, type: { type: 'string', enum: ['charge', 'refund'], description: 'Filter by type' }, }, }, },

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