Skip to main content
Glama

get_account

Retrieve your Tuning Engines account information and settings to manage AI model fine-tuning configurations.

Instructions

Get your Tuning Engines account details and settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The API client method that performs the network request for get_account.
    async getAccount(): Promise<any> {
      return this.request("GET", "/api/v1/account");
    }
  • The MCP server handler that triggers get_account for the tool request.
    case "get_account":
      result = await client.getAccount();
      break;
  • src/mcp.ts:291-297 (registration)
    The definition and registration of the 'get_account' tool in the MCP server.
      name: "get_account",
      description: "Get your Tuning Engines account details and settings.",
      inputSchema: {
        type: "object" as const,
        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/cerebrixos-org/tuning-engines-cli'

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