Skip to main content
Glama
smallest-inc

Smallest MCP Server

Official
by smallest-inc

create_campaign

Set up an outbound calling campaign by selecting an agent and audience. Campaigns are created as drafts or scheduled for future start; begin dialing with start_campaign.

Instructions

Create a new outbound calling campaign. Requires an agent and an audience (contact list). The campaign is created in draft status unless a scheduled time is provided, in which case it will be scheduled. Use start_campaign to begin dialing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCampaign name
descriptionNoCampaign description
agent_idYesAgent ID to use for calls
audience_idYesAudience ID (contact list) to call
phone_number_idsNoPhone number product IDs to use as caller IDs. Use get_phone_numbers to find IDs.
scheduled_atNoSchedule campaign start time (ISO 8601, must be in the future). If omitted, campaign is created as a draft.
max_retriesNoMax retry attempts for failed/unanswered calls (0-10, default 3)
retry_delayNoMinutes to wait between retry attempts (1-1440, default 15)
Behavior4/5

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

Given no annotations, the description covers key behaviors: campaign is created in draft unless scheduled_at is provided, and start_campaign is needed to begin dialing. It doesn't mention idempotency or error cases but is sufficient for a creation tool.

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?

Three sentences, no waste, front-loaded with purpose. Each sentence earns its place, providing essential information succinctly.

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

Completeness4/5

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

Given 8 parameters and no output schema, the description explains core behavior and state transitions. It could mention the return value (e.g., campaign ID) but is otherwise complete for selection and invocation.

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%, baseline 3. The description adds value by explaining the significance of scheduled_at (draft vs scheduled) and referencing get_phone_numbers for phone_number_ids, providing context beyond the schema.

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 purpose: 'Create a new outbound calling campaign.' It specifies prerequisites (agent and audience) and distinguishes from sibling tools like start_campaign. The verb+resource combination is specific and unambiguous.

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

Usage Guidelines4/5

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

The description provides clear usage context: it requires an agent and audience, explains draft vs scheduled status, and explicitly directs to start_campaign for beginning dialing. It lacks explicit when-not-to-use guidance but effectively informs the agent.

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/smallest-inc/mcp-server'

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