Skip to main content
Glama

TailorKit MCP

Official
by sellersmith
getListTemplatesTool.ts1.05 kB
import { COMMON_TOOL_PROPERTIES, TAILOR_KIT_TOOL_NAMES, TailorKitTool } from "../constants.js"; const getListTemplatesTool: TailorKitTool = { name: TAILOR_KIT_TOOL_NAMES.GET_LIST_TEMPLATES, description: "Get list templates with shop domain", inputSchema: { type: "object", properties: { shopDomain: { type: "string", description: "The shop domain ends with .myshopify.com", }, limit: { type: "number", description: "The limit of the templates", default: 5, }, page: { type: "number", description: "The page number", default: 1, }, sort: { type: "string", description: "The sort order", default: "updatedAt__desc", }, filter: { type: "string", description: "The filter", format: "string__has__", }, ...COMMON_TOOL_PROPERTIES, }, required: ["shopDomain", "prompt", "conversationId", "conversationTitle"], }, }; export default getListTemplatesTool;

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