Skip to main content
Glama

Klaviyo MCP Server

create_list

Generate and manage customer lists or segments within the Klaviyo API by specifying a name and type. Use this tool to organize and segment audience data for targeted marketing campaigns.

Input Schema

NameRequiredDescriptionDefault
list_typeYesType of list (list or segment)
nameYesName of the list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "list_type": { "description": "Type of list (list or segment)", "enum": [ "list", "segment" ], "type": "string" }, "name": { "description": "Name of the list", "type": "string" } }, "required": [ "name", "list_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