Skip to main content
Glama
katekruger

instantly-mcp

by katekruger

preview_campaign_build

Review a campaign's variants, schedule, senders, tags, and lead-list mapping before activation, with no HTTP calls.

Instructions

Preview campaign, variants, schedule, senders, tags, and lead-list mapping.

Makes ZERO HTTP calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
nameYes
tagsNo
subjectYes
scheduleNo
timezoneNoAmerica/New_York
sequencesNo
lead_list_idNo
sender_accountsNo
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden and does add a key trait: 'Makes ZERO HTTP calls,' which is valuable and not inferable from the schema. Still, it does not disclose what the preview returns, whether required fields are validated, or how invalid input is handled.

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?

Two short sentences with no filler. The first sentence states the tool's full scope, and the second delivers the critical no-HTTP-calls behavior. Every sentence earns its place and is front-loaded.

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?

Given nine parameters, no annotations, and no output schema, the description is too thin for an agent to invoke the tool reliably. It does not explain parameter semantics, required fields beyond their names, or what a successful preview produces, leaving substantial gaps for correct usage.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for missing parameter meaning. It mentions schedule, senders, tags, and lead-list mapping, but not the required name, subject, body fields or any semantics, constraints, or relationships between parameters.

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 uses the specific verb 'Preview' and names the exact resources: campaign, variants, schedule, senders, tags, and lead-list mapping. It distinguishes itself from sibling tools like create_campaign or launch_campaign by explicitly stating 'Makes ZERO HTTP calls,' which signals a non-executing preview behavior.

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 word 'Preview' and the guarantee 'Makes ZERO HTTP calls' imply this tool should be used for safe, side-effect-free validation before actually creating or launching a campaign. However, the description does not explicitly state when to use it versus alternatives, nor does it mention any when-not-to-use conditions or prerequisites.

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/katekruger/instantly-mcp'

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