Skip to main content
Glama
hermoso-ai

Hermoso

Official

Build a full Meta ad (campaign → ad set → ad, paused)

create_meta_ad

Create a paused Meta ad campaign from image URLs, message, and link. Builds campaign, ad set, and ads ready for activation.

Instructions

Build a complete, ready-to-run Meta ad from image creative(s): campaign → ad set (targeting + daily budget) → creative → ad(s), ALL created PAUSED — it spends NOTHING until you activate the campaign with set_meta_campaign_status(confirm:true). This is the "create a campaign and put the ads on it" path. Pass adAccountId (from list_meta_pages), an imageUrl (or imageUrls for one ad each), the primary message, and a destination link. IMAGE ads only for now. Needs ads-management on the connected account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctaNocall-to-action, e.g. SHOP_NOW / LEARN_MORE / SIGN_UP (default LEARN_MORE)
linkNodestination URL (defaults to the brand domain)
nameNobase name for the campaign/ad set/ads
pageIdNoPage id from list_meta_pages; omit = first Page
countryNo2-letter targeting country (default US)
messageNoprimary ad text
headlineNooptional headline
imageUrlNopublic https image URL for the ad creative
imageUrlsNoseveral image URLs → one ad each
objectiveNodefault OUTCOME_TRAFFIC
campaignIdNoattach to an existing campaign instead of creating one
adAccountIdYesad account id (act_… or digits — from list_meta_pages)
dailyBudgetUsdNoad-set daily budget USD (1–10000, default 10) — spends only once ACTIVE

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
countNo
statusNo
adSetIdNo
campaignIdNo
dailyBudgetUsdNo
Behavior4/5

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

The description discloses that all are created PAUSED and spend nothing until activated, which adds behavioral insight beyond the annotations (which only indicate non-readonly, non-idempotent, non-destructive). It also notes the limitation to IMAGE ads, but does not cover all potential side effects (e.g., idempotency is false, but no mention of duplicate creation risk). Annotations already provide a baseline, and the description adds valuable context.

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 appropriately short (3 sentences), front-loaded with the core purpose and state, and uses clear, direct language. Every sentence adds essential information with no redundancy.

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?

Given the tool's complexity (13 parameters, output schema exists), the description covers the overall workflow, state (paused), prerequisites, required inputs, limitations, and where to get required IDs. It also references the activation tool. The output schema likely handles return details, so the description is sufficiently complete.

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 description coverage is 100%, so baseline is 3. The description adds value by clarifying that adAccountId comes from list_meta_pages, and that dailyBudget spends only when ACTIVE. It also explains the relationship between imageUrl and imageUrls (one ad each). This goes beyond the schema descriptions.

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 it builds a complete Meta ad structure (campaign → ad set → ad) from image creatives, distinguishing it from siblings like create_meta_campaign or set_meta_campaign_status. The verb 'Build' and resource 'full Meta ad' are 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 is the path to create a campaign and put ads on it, and mentions prerequisites like adAccountId from list_meta_pages, and that it's IMAGE ads only. It hints at alternatives (set_meta_campaign_status to activate) but could explicitly state when not to use this tool in favor of siblings like create_meta_campaign.

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/hermoso-ai/hermoso'

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