Skip to main content
Glama

vaultix_get_charge

Retrieve payment charge details by ID to view transaction status and information in the Vaultix payment system.

Instructions

Retrieve a charge by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCharge ID (ch_...)

Implementation Reference

  • The handler implementation within the handleToolCall switch statement. It retrieves the charge details from the Vaultix API using the provided charge ID.
    case 'vaultix_get_charge': return client.get(`/charges/${args.id}`)
  • Input schema definition for the vaultix_get_charge tool, requiring a string 'id' parameter.
    inputSchema: { type: 'object', properties: { id: { type: 'string', description: 'Charge ID (ch_...)' }, }, required: ['id'], },
  • Tool registration in the exported tools array, defining name, description, and input schema for MCP.
    { name: 'vaultix_get_charge', description: 'Retrieve a charge by ID', inputSchema: { type: 'object', properties: { id: { type: 'string', description: 'Charge ID (ch_...)' }, }, 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