Skip to main content
Glama

vaultix_get_balance

Retrieve current account balance details including available and pending amounts for payment management.

Instructions

Get current account balance (available and pending)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation for the vaultix_get_balance tool. It retrieves the current account balance by calling client.get('/balance').
    case 'vaultix_get_balance': return client.get('/balance')
  • Registration of the vaultix_get_balance tool in the tools array, including name, description, and empty input schema (no parameters required).
    { name: 'vaultix_get_balance', description: 'Get current account balance (available and pending)', inputSchema: { type: 'object', properties: {}, }, },
  • Input schema for vaultix_get_balance: an empty object (no input parameters).
    inputSchema: { type: 'object', properties: {}, },

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