Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/OrbiAds/Orbiads-GAM-MCPWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/orbiads/orbiads-gam-mcp/adops-creative)<a href="https://agentmods.dev/commands/orbiads/orbiads-gam-mcp/adops-creative"><img src="https://agentmods.dev/badge/commands/orbiads/orbiads-gam-mcp/adops-creative/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/orbiads/orbiads-gam-mcp/adops-creative"><img src="https://agentmods.dev/badge/commands/orbiads/orbiads-gam-mcp/adops-creative.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.01392 |
| Opus 5 | $0.00015 | $0.00696 |
| Sonnet 5 | $0.00006 | $0.00278 |
| Haiku 4.5 | $0.00003 | $0.00139 |
Grade A, and why
adops-creative scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GAM Creative Lifecycle
Always confirm the tenant first: get_my_tenant_id. Reads are free. Writes require a confirmation token.
Media (video/audio): To deploy a video or audio creative directly tied to a line item, prefer
/adops campaign plan-deployment --preset video_vast(oraudio_*). The plan orchestrates asset + line item + LICA in oneExecutionPlan. Theuploadsection below remains the path for standalone creatives (image, HTML5, third-party).
Naming conventions (always fetch before creating)
Before naming any creative, call settings(action="get_naming_conventions") and apply the returned pattern. Typical patterns enforce advertiser code, format type, size, and date. A creative named outside the convention will be rejected at QA or cause reporting ambiguity. If no convention is configured, ask the user to confirm the name explicitly.
upload
Identify the creative type from the asset the user provides, then call the matching creative_assets action:
| Type | Action | Key params |
|---|---|---|
| Image (JPG/PNG/GIF/WebP) | creative_assets(action="create_image") |
advertiser_id, name, image_url or image_bytes |
| HTML5 ZIP | creative_assets(action="upload_html5_zip") |
advertiser_id, name, zip_url |
| HTML5 from files | creative_assets(action="create_html5_from_files") |
advertiser_id, name, files[] |
| VAST redirect (video) | creative_assets(action="create_vast_redirect") |
advertiser_id, name, vast_url, duration |
| Video (direct) | creative_assets(action="create_video") |
advertiser_id, name, video_url — poll get_video_transcode_status until COMPLETE |
| Third-party tag | creative_assets(action="create_third_party") |
advertiser_id, name, snippet, size |
| Native classic | creative_assets(action="create_classic_native") |
advertiser_id, name, headline, body, call_to_action, image_url |
| Audio | creative_assets(action="create_audio") |
advertiser_id, name, audio_url, duration |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 82 lines · 29 tokens per session scan A 260260a7c3b5
adops-creative is a command published in the GitHub repository OrbiAds/Orbiads-GAM-MCP (3 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 1,392 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
video
Analyze a video (YouTube URL, local file, or directory).
explainer
Full explainer video workflow — setup, inject content, generate pipeline, review, render.
test-init
Initialize qa-use test directory with example test.
present
You are generating a presentation for this Wheat sprint. Same Bran compilation gate as /brief.
context-resume
Call the context MCP tool with action: "resume", project: "$ARGUMENTS" (if no argument given, infer the project name from the current working directory name), and rootPath: " ".
checklist
Generate a custom checklist for the current feature based on user requirements.