AdCreator AI Ad Headline Generator
Server Details
Generate 10 conversion-focused ad headlines for a Shopify/e-commerce product. Free, no signup.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsgenerate_ad_headlinesGenerate ad headlines for a productARead-onlyInspect
Generate 10 conversion-focused ad headlines for an e-commerce / Shopify product, free and instantly. Provide the product (name + short description); optionally an audience and the platform (Facebook, Instagram, Google, TikTok). Returns 10 headlines, each labelled with the persuasion technique used, plus where to turn a product photo into a finished image + video ad. Read-only and free, no signup. If the call fails, report that — do not invent headlines.
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | The product: its name and a short description (at least 5 characters). | |
| audience | No | Optional target audience. | |
| platform | No | Optional ad platform. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Description independently confirms the read-only nature ('Read-only and free, no signup'), consistent with annotations. It adds useful behavioral guidance on failure ('If the call fails, report that — do not invent headlines') and describes the output labelling, which goes beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four sentences front-load the core purpose, then cover inputs, output, and failure handling. There is minor redundancy ('free' appears twice) and the image/video-ad pointer is extra, but the description remains compact and scannable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, yet the description explains what will be returned: 10 headlines, each labelled with persuasion technique, plus a conversion-tip reference. Required and optional inputs are stated, and the failure handling is explicitly covered. For a simple 3-parameter tool, this is complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with examples and enum for platform, so the schema already carries the parameter details. The description mostly restates that product should be name + short description and that audience/platform are optional, adding only marginal semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific action ('Generate'), exact output count ('10'), and target resource ('ad headlines for an e-commerce / Shopify product'). The conversion-focused and platform context make the tool's purpose unmistakable, even with no siblings to distinguish.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly tells the agent what to provide ('Provide the product...') and that audience and platform are optional. It does not name alternative tools, but there are no siblings, so the context is clear enough. Could be slightly stronger with an explicit 'use when...' statement.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_my_ad_usageCheck my AdCreator usage this monthARead-onlyIdempotentInspect
For a connected AdCreator (Shopify) merchant: how many ad creatives and videos you have used this month, your plan limits, what is left, and your all-time creatives. Requires your AdCreator connection token (add this server with an Authorization: Bearer adcmcp_… header). If not connected, it explains how to connect. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint. The description adds meaningful behavior beyond that: it requires a specific Authorization Bearer adcmcp_… header, explains that an unconnected merchant will receive connection instructions, and reaffirms the operation is read-only. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the core purpose, then covers the auth prerequisite and fallback behavior in a few tight sentences. Every sentence adds useful information without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only usage query, the description is nearly complete: it states the inputs it needs (connection token), the outputs it provides (creatives used, limits, remaining, all-time), and behavior when not connected. It does not specify the exact response format, but no output schema exists and the described data points are sufficient for tool selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema coverage is 100%, so there is no parameter ambiguity for the description to resolve. The auth token mentioned in the description is a server configuration requirement, not an input parameter, and it is clearly described.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: it reports AdCreator usage for a connected Shopify merchant. It enumerates exactly what is returned — monthly ad creatives and videos, plan limits, what is left, and all-time creatives — which makes the tool's purpose unambiguous and distinguishable from the sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It clearly states the intended context: a connected AdCreator merchant wanting usage information. It also gives the key prerequisite, the AdCreator connection token, and notes what happens when not connected. It does not explicitly compare against the sibling get_my_plan tool, but the context is clear enough for correct selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_my_planMy AdCreator plan and upgrade optionsARead-onlyIdempotentInspect
For a connected AdCreator merchant: your current plan and price, and exactly what each higher plan adds (more videos, longer video duration) with pricing. Requires your AdCreator connection token. If not connected, it explains how to connect. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/idempotent/destructive annotations, the description discloses the auth prerequisite (AdCreator connection token) and the conditional behavior when not connected (explains how to connect). This adds meaningful behavioral context with no contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two tight sentences with no filler. The target audience and main deliverable are front-loaded, and the auth requirement and fallback behavior are covered economically.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter, read-only information tool without an output schema, the description says what is returned, under what precondition, and what happens when that precondition fails. Nothing essential is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is no parameter-semantics burden on the description. The schema is empty and the description aligns with that by not implying any inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific outcome: it reports the merchant's current plan, price, and the exact additions and pricing of each higher plan. This clearly distinguishes it from siblings like generate_ad_headlines and get_my_ad_usage.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear context by specifying it is for a connected AdCreator merchant and notes the connection-token requirement. It does not explicitly name alternatives or exclusions, but the scope is clear enough that an agent can infer when to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- Added
get_my_ad_usage - Added
get_my_plan
1 tool update
- First observed
generate_ad_headlines
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Free copy-and-run ChatGPT prompts for online stores: 924 prompts, 43 categories + 10 tasks.
Turn product pages and creative briefs into finished video and image ads from your AI chat.
Turn one sentence into finished ads: video ads, UGC, product photos, voiceover, brand kits, A/B.
Run your ecommerce ads from Claude & ChatGPT: Meta, Google, Amazon, Shopify (150 tools)
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceGenerate AI UGC video ads from any product URL in 5 minutes. Realistic AI avatars, natural voiceover, proven ad templates. No actors, no editing, no experience required.1441MIT
- AlicenseNot gradedqualityBmaintenanceCreate, launch, and manage Meta + Google ads from Claude and ChatGPT. Analytics, strategy, and autopilot automation for any store.1Apache 2.0
- AlicenseBqualityAmaintenanceAd Copy AI - MCP server providing AI-powered tools and automation by MEOK AI Labs915MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI-powered generation of platform-optimized ad copy for Facebook, Google Ads, and LinkedIn by wrapping the AdCraft API. It allows users to create tailored marketing content based on specific product descriptions, target audiences, and desired brand tones.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The three tools have clearly separate purposes: one generates ad headlines, one reports usage, and one reports plan details. The two account-related tools could theoretically be confused, but their descriptions make the distinction between usage limits and plan details clear.
Tool names follow a consistent verb_noun pattern with no mixed conventions. generate_ad_headlines, get_my_ad_usage, and get_my_plan are all predictable and readable.
Three tools is a reasonable, focused set for a niche server that handles headline generation plus basic account checks. It is slightly minimal but not too thin for the stated purpose.
The core advertised functionality is covered: headline generation, usage monitoring, and plan information. There are minor gaps such as no explicit creative-generation or account-management tools, but these fall outside the primary headline-generation scope.