Skip to main content
Glama
rocnubie

Ads AI Creator MCP Server

by rocnubie

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_stylesA

Return the canonical list of image-generation styles or presets the site exposes. (Ads AI Creator)

get_pricingA

Return the canonical pricing entry point for Ads AI Creator.

get_official_linksA

Return the canonical list of official links for Ads AI Creator (website, support, docs when available).

Prompts

Interactive templates invoked by user choice

NameDescription
tell_me_about_ads_ai_creatorSummarize what the site is, who it's for, and how it works. — Ads AI Creator
try_image_style_ads_ai_creatorRecommend a starting image-generation style for a stated goal. — Ads AI Creator

Resources

Contextual data attached and managed by the client

NameDescription
stylesSupported image-generation styles and presets.
pricingCanonical pricing entry point.
faqShort FAQ generated from public site metadata.
linksCanonical URLs to share with users.

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct aspect of the service: styles, pricing, and official links. There is no overlap in purpose, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern ('list_styles', 'get_pricing', 'get_official_links'), providing a predictable and intuitive interface.

Tool Count5/5

With only 3 tools, the server is tightly scoped to providing informational resources about the service. This is appropriate for a reference-style server and avoids unnecessary complexity.

Completeness3/5

The tools cover basic reference information (styles, pricing, links) but lack any functionality for actually creating or managing ads, which is the core purpose implied by 'Ads AI Creator'. This leaves a significant gap for agents expecting to perform creative tasks.