Skip to main content
Glama

generate_names

Generate Meta Ads campaign, ad set, and ad names using a standardized naming convention. Define object type, objective, product, funnel, budget model, audience, geo, and more to create consistent, convention-compliant names.

Instructions

Generate correctly named Meta Ads object following naming convention.

Convention (learned from ExampleBrand):

  • Campaign: Objective | Product | Funnel | BudgetModel

  • Ad Set: AudienceType | AgeRange | Geo | ExclusionFlag

  • Ad: Hook | Format | Version

Args: object_type: 'campaign', 'adset', or 'ad'. objective: For campaigns: Sales, Traffic, Leads, Awareness, Engagement. product: For campaigns: product/offer name (client-specific). funnel: For campaigns: TOFU, MOFU, BOFU, RT. budget_model: For campaigns: ABO, CBO. audience_type: For ad sets: Broad, Broad-Interest, RT-WV-30d, etc. age_range: For ad sets: 24-55, 18-45, All. geo: Country code (default GR). exclusion_flag: For ad sets: Adv, ExPurch, None. hook: For ads: concept name in kebab-case (e.g., Employee-Blame). format_code: For ads: REEL, VID, IMG, REEL+FEED. version: For ads: V1, V2, V3.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_typeYes
objectiveNo
productNo
funnelNo
budget_modelNo
audience_typeNo
age_rangeNo
geoNoGR
exclusion_flagNoNone
hookNo
format_codeNo
versionNoV1
Behavior4/5

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

Without annotations, the description carries full burden. It details the naming convention and parameter values, which is sufficient for a name generation tool. However, it does not explicitly state that no side effects occur or that the output is a formatted string, but these are reasonably inferred.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a brief intro, convention block, and args list. It is front-loaded but the args list is slightly lengthy; however, every sentence adds necessary value. It could be slightly more concise, but it's not wasteful.

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 simplicity and lack of output schema, the description covers all necessary aspects: purpose, naming convention per object type, and detailed parameter values. It is complete for an AI agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description fully compensates by listing each parameter with its allowed values (e.g., objective options, audience_type patterns). It adds meaning beyond type and default, providing the naming convention and examples, which is excellent.

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 generates correctly named Meta Ads objects following a specific naming convention. It provides distinct patterns for campaign, ad set, and ad, making its purpose unambiguous and differentiating it from sibling CRUD tools.

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 implicitly conveys that the tool is used to generate names before creating objects, but it does not explicitly state when to use it versus alternatives or what not to use it for. The context is clear, but exclusion guidance is missing.

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/brandu-mos/konquest-meta-ads-mcp'

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