create_meta_ad_draft
Create a complete Meta (Facebook/Instagram) ad draft — campaign + ad set + creative + ad — ALL in PAUSED state, spending nothing. Use when the user wants to set up or draft an ad. Activation is a separate human-approved step (set_meta_ad_status). [sensitive-tier — first use may require a manager'...
This record as markdown: /tools/com-getfreedomos-freedom-mcp/create-meta-ad-draft.md
What create_meta_ad_draft does on Freedom Mcp
AI agents use create_meta_ad_draft to create or update resources in Freedom Mcp, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Freedom Mcp environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
cta | string | — | Optional call-to-action: LEARN_MORE, SIGN_UP, GET_STARTED, CONTACT_US, DOWNLOAD, SUBSCRIBE |
link_url | string | Yes | https destination URL (landing page, with UTMs) |
companyId | string | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |
objective | string | — | OUTCOME_TRAFFIC (default) | OUTCOME_AWARENESS | OUTCOME_ENGAGEMENT |
targeting | object | — | Audience: {countries: ["US"], age_min, age_max, interests: [{id, name}]} |
daily_budget | number | Yes | Daily budget in the account currency, major units (e.g. 25 = 25 USD/day) |
primary_text | string | Yes | The ad copy (primary text) |
ad_account_id | string | — | Ad account (act_<digits>). Optional when the connection has exactly one. |
campaign_name | string | Yes | Campaign name, e.g. "PCAI cold traffic — Compliance Crusader v1" |
image_artifact_id | string | — | Optional agent_artifacts image id for the creative |
Parameters from the server's own tool schema.
Why create_meta_ad_draft is rated Medium
This is a Write operation: it creates new data structures (ad campaign, ad set, creative assets) that can be modified or deleted without irreversible consequences. The tool does not move money, execute spending, or delete data.
From the tool's definition Tool creates a complete Meta ad draft with campaign, ad set, creative, and ad — all in PAUSED state. Description explicitly states 'spending nothing' and 'Activation is a separate human-approved step', confirming the tool does not execute spending but does…
Risk signalsHigh parameter count (14 properties)
Attacks that exploit this kind of access
The rule that runs create_meta_ad_draft safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Freedom Mcp, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For create_meta_ad_draft, this is the rule to start with:
create_meta_ad_draft stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Freedom Mcp, apply this rule, and every create_meta_ad_draft call is checked against it from then on.
Questions about create_meta_ad_draft
Create a complete Meta (Facebook/Instagram) ad draft — campaign + ad set + creative + ad — ALL in PAUSED state, spending nothing. Use when the user wants to set up or draft an ad. Activation is a separate human-approved step (set_meta_ad_status). [sensitive-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]. It is categorised as a Write tool in the Freedom Mcp MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
create_meta_ad_draft accepts 10 parameters: cta, link_url, companyId, objective, targeting, daily_budget, primary_text, ad_account_id, campaign_name, image_artifact_id. Required: link_url, companyId, daily_budget, primary_text, campaign_name. The full parameter table on this page comes from the server's own tool schema.
Register the Freedom MCP server in PolicyLayer and add a rule for create_meta_ad_draft: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Freedom Mcp. Nothing to install.
create_meta_ad_draft is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the create_meta_ad_draft rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for create_meta_ad_draft. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
create_meta_ad_draft is provided by the Freedom MCP server (https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Freedom, and thousands of servers like it.
This server
Across the catalogue