Skip to main content
Glama
spruikco

send16-mcp

by spruikco

create_topic

Create a subscription topic for contacts to opt into individually through the preference center.

Instructions

Create a new subscription topic. Contacts opt into topics individually via the preference center.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name shown to contacts
slugNoURL-safe slug (auto-derived from name if omitted)
apiKeyNoSend16 API key (overrides SEND16_API_KEY env var)
isDefaultNoAuto-subscribe new contacts to this topic
descriptionNoDescription shown in the preference center
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. It mentions that contacts opt into topics via the preference center, which adds limited context about opt-in behavior. However, it does not disclose any side effects, like whether creation triggers automations, or if the operation is reversible.

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

Conciseness5/5

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

The description is two sentences with no fluff. It front-loads the action and provides essential context efficiently. Every sentence earns its place.

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

Completeness3/5

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

Given the tool has 5 parameters and no output schema or annotations, the description is brief. It does not explain return values, validation rules, or what happens on duplicate names. It provides adequate but minimal context.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining that contacts opt into topics individually via the preference center, which gives context to the 'isDefault' and 'description' parameters. This goes beyond the schema's descriptions.

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 'Create a new subscription topic' with a specific verb and resource. It distinguishes itself from siblings like delete_topic, update_topic, and list_topics by focusing on creation and adding the opt-in context.

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

Usage Guidelines3/5

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

The description implies using this tool to create a topic for opt-in, but lacks explicit guidance on when not to use it or how it differs from other creation tools like create_audience or create_contact. No prerequisites or alternatives are mentioned.

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/spruikco/send16-mcp'

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