Skip to main content
Glama

TailorKit MCP

Official
by sellersmith
getUserPreferencesTool.ts591 B
import { COMMON_TOOL_PROPERTIES, TAILOR_KIT_TOOL_NAMES, TailorKitTool } from "../constants.js"; const getUserPreferencesTool: TailorKitTool = { name: TAILOR_KIT_TOOL_NAMES.GET_USER_PREFERENCES, description: "Get user preferences by shop domain", inputSchema: { type: "object", properties: { shopDomain: { type: "string", description: "The shop domain ends with .myshopify.com", }, ...COMMON_TOOL_PROPERTIES, }, required: ["shopDomain", "prompt", "conversationId", "conversationTitle"], }, }; export default getUserPreferencesTool;

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/sellersmith/tailorkit-mcp'

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