Skip to main content
Glama

Klaviyo MCP Server

create_tag

Generate and manage tags in Klaviyo to organize customer profiles, campaigns, and marketing workflows. Supports system and custom tag types for efficient categorization.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the tag
tag_typeYesType of tag

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the tag", "type": "string" }, "tag_type": { "description": "Type of tag", "enum": [ "system", "custom" ], "type": "string" } }, "required": [ "name", "tag_type" ], "type": "object" }

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/ivan-rivera-projects/Klaviyo-MCP-Server-Enhanced'

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