Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIT_API_KEYYesKit API key from kit.com → Account Settings → Developer. Covers all endpoints except purchases and bulk operations.
KIT_OAUTH_TOKENNoOptional OAuth token for manage_purchases and bulk_operations.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
test_connectionA

Verify your Kit API key is valid and check connection status. Use this as the first tool call to confirm setup.

get_accountB

Get a comprehensive overview of your Kit account including creator profile, email stats, and subscriber growth.

manage_subscribersA

Manage Kit subscribers. To find most engaged subscribers, use 'top_engaged' — returns subscribers ranked by open rate in one call. For individual stats use 'stats'. 'list' and 'filter' return profiles only, NOT engagement data. Actions: find, list, create, update, unsubscribe, stats, compare_stats, top_engaged, filter, engagement_filter

manage_tagsA

Manage Kit tags — list all tags, create, rename, apply/remove tags on subscribers, or list subscribers with a specific tag. Actions: list, create, update, tag_subscriber, untag_subscriber, list_subscribers

manage_broadcastsC

Manage Kit email broadcasts — list with status filter, get details, create drafts or scheduled sends, update, delete, view performance stats, compare stats across all broadcasts, or analyze per-link click data. Actions: list, get, create, update, delete, stats, list_stats, get_clicks

manage_formsB

Manage Kit forms — list all forms, list subscribers who opted in through a form, or add a subscriber to a form (triggers double opt-in if enabled). Actions: list, list_subscribers, add_subscriber

manage_sequencesB

Manage Kit email sequences — list all sequences, enroll a subscriber, or list subscribers in a sequence. Actions: list, add_subscriber, list_subscribers

manage_custom_fieldsB

Manage Kit custom subscriber fields — list all fields, create, rename, or delete (destructive). Actions: list, create, update, delete

manage_purchasesC

Manage Kit purchases — list, get details, or record a new purchase. Requires OAuth authentication. Actions: list, get, create

manage_segmentsA

List Kit subscriber segments (read-only — segments are created in the Kit UI). Actions: list

manage_webhooksB

Manage Kit webhooks — list registered webhooks, create new webhook subscriptions for Kit events, or delete webhooks. Actions: list, create, delete

manage_email_templatesA

List Kit email templates — returns template IDs and names needed for creating broadcasts. Actions: list

bulk_operationsA

Batch operations for large-scale subscriber management. Requires OAuth authentication. Actions: create_subscribers, create_tags, tag_subscribers, untag_subscribers, add_to_forms, create_custom_fields, update_custom_fields

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 13 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific Kit resources like subscribers, broadcasts, tags, or webhooks, with no overlap in functionality. The descriptions explicitly differentiate actions, such as manage_subscribers for profiles vs. bulk_operations for batch tasks, preventing agent misselection.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., manage_subscribers, get_account, test_connection), with no deviations in style or casing. This predictability makes the tool set easy to navigate and understand at a glance.

Tool Count5/5

With 13 tools, the server is well-scoped for comprehensive Kit platform management, covering account info, subscribers, broadcasts, tags, forms, and more. Each tool earns its place by addressing distinct aspects of the domain without being overly broad or sparse.

Completeness5/5

The tool set provides complete CRUD/lifecycle coverage for Kit's domain, including creation, retrieval, updating, deletion, and analytics across all key resources like subscribers, broadcasts, tags, and webhooks. There are no obvious gaps, ensuring agents can handle end-to-end workflows without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues