Skip to main content
Glama
Green-pep

meta-ads-mcp-patched

by Green-pep

create_campaign

Create a new ad campaign with PAUSED status. Requires only a name and objective; optionally set budgets at campaign or ad set level.

Instructions

Create a new ad campaign. Defaults to PAUSED status. Requires name and objective. Budget can be set at campaign or ad set level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCampaign name
statusNoCampaign status (default PAUSED)PAUSED
objectiveYesCampaign objective
stop_timeNoCampaign stop time (ISO 8601 format)
bid_amountNoBid cap / target cost in currency cents. Required by Meta when bid_strategy is LOWEST_COST_WITH_BID_CAP or COST_CAP
start_timeNoCampaign start time (ISO 8601 format)
bid_strategyNoCampaign bid strategy. LOWEST_COST_WITHOUT_CAP = Highest Volume (no cap). Omitting it with a campaign budget lets Meta default to a bid cap.
daily_budgetNoDaily budget in account currency cents (e.g. '5000' = $50.00)
lifetime_budgetNoLifetime budget in account currency cents
special_ad_categoriesNoJSON array of special ad categories: CREDIT, EMPLOYMENT, HOUSING, ISSUES_ELECTIONS_POLITICS
is_adset_budget_sharing_enabledNoRequired by Meta when creating a campaign WITHOUT a campaign budget (ABO). Pass false for plain ad-set budgets
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the default PAUSED status and required fields, which is useful. However, it omits what the tool returns (e.g., campaign ID), any conditional requirements beyond the schema, or side effects like which ad account is used. It provides some transparency but not comprehensive behavioral disclosure.

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 sentences, front-loaded with the core purpose, and no filler. Every sentence adds relevant information: creation, default status, required fields, and budget-level flexibility.

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?

For a tool with 11 parameters, no output schema, and no annotations, the description is brief. It covers the essentials (default status, required fields, budget placement) but does not explain expected return value, conditional parameter interactions (e.g., bid_strategy vs bid_amount), or how it fits into the broader campaign/adset/ad workflow. The thorough schema compensates partially, but the description alone is only minimally complete.

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 the schema already documents all 11 parameters. The description adds only high-level guidance (name and objective required, budget placement) which is also present in the schema. This meets the baseline but does not meaningfully enrich parameter understanding.

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 ad campaign' with a specific verb and resource, and adds key distinctions such as defaulting to PAUSED status and requiring name/objective. This differentiates it from sibling tools like create_adset and create_ad.

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 gives practical usage context: requires name and objective, and notes that budget can be set at campaign or ad set level. This implies when to use campaign-level vs ad-set-level budgeting, but it does not explicitly exclude alternatives or mention when not to use this tool.

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/Green-pep/meta-ads-mcp-patched'

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