Skip to main content
Glama
raihan675

OpenAI Ads & Conversion Intelligence MCP Server

by raihan675

Generate Conversational Ad Intent Queries & Copy

generate_ad_intent_queries

Convert product benefits and audience insights into realistic, high-intent queries and conversational ad copy for ChatGPT sponsored ads.

Instructions

Generates realistic, high-intent ChatGPT user queries (custom_intent_queries) and conversational sponsored ad copy tailored to your product, audience, and value propositions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
num_queriesNoNumber of intent query variations to produce
key_benefitsYesTop 2-4 core value propositions or features
product_nameYesName of the product or service
target_audienceYesTarget buyer persona (e.g., 'Growth Marketers, Agency Founders')
landing_page_urlYesDestination landing page URL
product_categoryYesCategory (e.g., 'E-commerce Analytics', 'B2B SaaS CRM')
competitors_or_alternativesNoKey competitors or legacy alternatives users might ask about

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that the tool 'generates' outputs, but it does not clarify side effects, output format, whether any ad objects are created, or other behavioral traits such as response structure or limits beyond what the schema captures.

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 a single sentence that is inforive and front-loaded with the core action. It avoids unnecessary filler, though it slightly overlaps with the title and could more explicitly mention output details.

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?

The tool has 7 parameters and no output schema or annotations, so the description needs to carry more contextual weight. It communicates the main purpose and inputs but does not describe the return structure, the shape of the generated copy, or the absence of ad-object mutations, leaving some ambiguity for the agent.

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 baseline is 3. The description adds little beyond echoing 'product, audience, and value propositions,' which maps to product_name, target_audience, and key_benefits. It does not add new meaning for parameters like num_queries or competitors_or_alternatives.

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 a specific verb ('Generates') and resource ('ChatGPT user queries and conversational sponsored ad copy'), and it states the tailoring inputs. It is easily distinguished from sibling CRUD operations like create_campaign or create_ad because no other sibling provides generation-style output.

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 when to use this tool: when realistic high-intent queries or conversational ad copy are needed for a product, audience, and value propositions. However, it does not explicitly state when not to use it or how it relates to alternatives like create_ad, leaving some routing decisions to inference.

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