Skip to main content
Glama

get_balance

Check your Tuning Engines account balance and review recent transactions to monitor AI model fine-tuning costs and usage.

Instructions

Check your Tuning Engines account balance and recent transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The actual API call implementation for billing, which provides the balance information.
    async getBilling(): Promise<any> {
      return this.request("GET", "/api/v1/billing");
    }
  • The handler logic inside the MCP server loop that calls the client's getBilling method to fulfill the 'get_balance' request.
    case "get_balance":
      result = await client.getBilling();
      break;

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/cerebrixos-org/tuning-engines-cli'

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