Skip to main content
Glama

TailorKit MCP

Official
by sellersmith
getDetailTemplateTool.ts705 B
import { COMMON_TOOL_PROPERTIES, TAILOR_KIT_TOOL_NAMES, TailorKitTool } from "../constants.js"; const getDetailTemplateTool: TailorKitTool = { name: TAILOR_KIT_TOOL_NAMES.GET_DETAIL_TEMPLATE, description: "Get detail template with template id and shop domain", inputSchema: { type: "object", properties: { _id: { type: "string", description: "The id of the template", }, shopDomain: { type: "string", description: "The shop domain ends with .myshopify.com", }, ...COMMON_TOOL_PROPERTIES, }, required: ["_id", "shopDomain", "prompt", "conversationId", "conversationTitle"], }, }; export default getDetailTemplateTool;

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