Skip to main content
Glama
GravityKit

Drip MCP Server

by GravityKit

drip_batch_create_subscribers

Create or update multiple subscribers in bulk using subscriber objects with email, tags, and custom fields.

Instructions

Create or update multiple subscribers at once

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscribersYesArray of subscriber objects to create/update
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description must disclose behavior. It indicates an upsert operation ('create or update') but fails to specify upsert logic (e.g., matching on email), error handling for partial failures, rate limits, or required permissions. The agent lacks essential details for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at 6 words. It is front-loaded with the key action. However, it may be too brief—adding a sentence on upsert behavior or use case would improve without harming conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a batch upsert tool with one parameter (array of complex objects) and no output schema, the description is insufficient. It omits success/failure reporting, idempotency, maximum batch size, and any response structure. The agent cannot fully understand the tool's effects.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds minimal value beyond the schema—it restates that subscribers are created/updated in bulk. It does not explain field semantics or the upsert key (likely email), but the schema already marks email as required and lists fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: creating or updating multiple subscribers at once. The verb 'create or update' combined with 'multiple' and 'at once' precisely indicates a batch upsert operation, distinguishing it from sibling tools like drip_create_subscriber (single) and drip_batch_unsubscribe (different action).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, such as drip_create_subscriber for individual upserts. It does not mention prerequisites, batch size limits, or scenarios where it is preferred. The agent must infer usage from context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/GravityKit/drip-mcp-server'

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