Skip to main content
Glama
camlowe

mcp-server-reddit-ads

compare_ads

Read-only

Compare ads within an ad group by spend, metrics, and creative headline to identify the top-performing creative.

Instructions

Per-ad performance within one ad group, joined with each ad's name and creative headline and sorted by spend - answers 'which creative is winning?' in one call. Money metrics in USD. Scoped to a single ad group: use get_performance_report for account-level totals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoTrailing days to report over. Default 30.
metricsNoFriendly metric names. Default: a useful spend+conversions set.
account_idNoAd account id. Falls back to REDDIT_ADS_ACCOUNT_ID.
ad_group_idYesAd group whose ads to compare.
Behavior4/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true. The description adds that money metrics are in USD and results are sorted by spend, but does not detail all output fields. 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.

Conciseness5/5

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

Two sentences with no fluff: first defines purpose and output, second gives scope and alternative. Efficiently structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description provides a good idea of return fields (per-ad, name, headline, spend). It covers the main context but could be more explicit about all fields.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds context that money metrics are in USD and reinforces the scoping to a single ad group, providing extra meaning beyond the schema.

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 compares per-ad performance within one ad group, joined with ad name and headline, sorted by spend, answering 'which creative is winning?'. It distinguishes from sibling get_performance_report for account-level totals.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Scoped to a single ad group: use get_performance_report for account-level totals', providing clear when-to-use and when-not-to-use guidance.

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/camlowe/mcp-server-reddit-ads'

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