Skip to main content
Glama

create_campaign

Create a Siren campaign from a plain-language brief — the full pipeline: plan, on-brand copy, deterministic render, verify. Returns the run; poll get_run until it finishes. Spends credits (image 10, video 25; voice or music-only is the same 25). Optional scheduled_at (ISO-8601) queues a sequential post (X → Instagram → TikTok, or platforms you pass) when the render succeeds — requires Allow posting. Fails with a 402 upgrade message if the plan or balance can't cover it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
briefYesPlain-language request for the post, e.g. "announce the new export feature, use the dashboard screenshot".
channelNoTarget channel for the render: twitter, instagram, linkedin, tiktok, or youtube. Sets the aspect and copy length.twitter
timezoneNoIANA timezone name for scheduled_at, e.g. Africa/Lagos or America/New_York.UTC
platformsNoWhere to post: any of x, instagram, tiktok, linkedin, youtube, or ["everything"] for every connected channel.
asset_typeNoWhat to make: card (still image) or video.card
scheduled_atNoISO-8601 time to post, e.g. 2026-09-12T09:00:00. Interpreted in the given timezone.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed6 schema fields changed
    • addedInput schema / properties / asset_type / description
      Added value: +"What to make: card (still image) or video."
    • addedInput schema / properties / brief / description
      Added value: +"Plain-language request for the post, e.g. \"announce the new export feature, use the dashboard screenshot\"."
    • addedInput schema / properties / channel / description
      Added value: +"Target channel for the render: twitter, instagram, linkedin, tiktok, or youtube. Sets the aspect and copy length."
    • addedInput schema / properties / platforms / description
      Added value: +"Where to post: any of x, instagram, tiktok, linkedin, youtube, or [\"everything\"] for every connected channel."
    • addedInput schema / properties / scheduled_at / description
      Added value: +"ISO-8601 time to post, e.g. 2026-09-12T09:00:00. Interpreted in the given timezone."
    • addedInput schema / properties / timezone / description
      Added value: +"IANA timezone name for scheduled_at, e.g. Africa/Lagos or America/New_York."
  2. First observed

TDQS

A4.3/5.0
Behavior5/5

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

The description discloses significant behavioral details beyond the annotations: it returns a run to poll, consumes credits with specific costs, supports optional scheduling with sequencing, requires the 'Allow posting' permission, and fails with a 402 upgrade message when credits are insufficient. This goes well beyond the generic hints and gives the agent concrete expectations.

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 dense but every sentence earns its place: purpose, lifecycle, costs, scheduling, auth, and failure mode are all covered without fluff. The core action is front-loaded, and the supporting details appear in a logical order.

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

Completeness5/5

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

For a tool with six parameters and no schema-level descriptions, this description is remarkably complete. It tells the agent what the tool does, how to track the result, what it costs, when scheduling happens, what permission is needed, and when it will fail. The presence of an output schema further reduces the need to describe return values.

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 0%, so the description must compensate. It adds meaning for brief, scheduled_at, and platforms, and touches on asset_type through credit costs. However, it does not explain channel or timezone parameters at all, leaving some parameters semantically uncovered.

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 identifies the tool's action ('Create a Siren campaign') and the resource ('from a plain-language brief'), while also distinguishing it from related tools by framing it as the full pipeline (plan, copy, render, verify). It is specific enough that an agent can separate it from siblings like render_asset or schedule_post.

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 usage context: it is for the full campaign creation pipeline and instructs the agent to poll get_run afterward. However, it does not explicitly state when to prefer an alternative tool (e.g., schedule_post for posting only, or render_asset for a single asset), so the when-not-to-use guidance is only implied.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.