Skip to main content
Glama

get_customer

Retrieve current team or customer details including tier level, mascot configurations, and brand color settings from the Cuti-E admin platform.

Instructions

Get current team/customer info including tier, mascot settings, and brand color.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for 'get_customer' makes a GET request to '/v1/customer'.
    case "get_customer": {
      result = await apiRequest("GET", "/v1/customer");
      break;
    }
  • index.js:265-273 (registration)
    The tool definition for 'get_customer', defining its name and empty input schema.
    {
      name: "get_customer",
      description:
        "Get current team/customer info including tier, mascot settings, and brand color.",
      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/Stig-Johnny/cutie-mcp'

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