Skip to main content
Glama
kLOsk

Google Ads - AdLoop

by kLOsk

Reddit ads

get_reddit_ads
Read-only

List Reddit ads with status, rejection reason, and URLs. Include ad copy and creative details to review rejected or pending ads without opening Reddit.

Instructions

List Reddit ads with status, rejection_reason, post and click URL.

include_copy=true adds each ad's post: type (TEXT, IMAGE, VIDEO, CAROUSEL), headline, body, destination and media, one request per distinct post, so creative can be reviewed without opening Reddit. Insights flag REJECTED ads (policy review) and ads still PENDING_APPROVAL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ad_group_idNo
campaign_idNo
include_copyNo
ad_account_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.14.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already establish readOnlyHint, so no safety contradiction exists. The description adds real behavioral detail beyond annotations: include_copy triggers 'one request per distinct post' and returned insights flag rejected/pending ads.

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?

The description is compact, front-loaded with the core listing purpose, and each sentence adds meaningful behavior. There is no filler or repetition of schema defaults.

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?

For a read-only list tool with a rich output schema, the description covers the main return fields, the optional include_copy behavior, and status insights. The only notable gap is the undocumented filter parameters and absence of explicit sibling routing.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for parameter meaning. It explains include_copy in detail, but ad_account_id, campaign_id, and ad_group_id receive no semantic explanation or filtering behavior.

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 uses a specific verb and resource: 'List Reddit ads' with concrete fields like status, rejection_reason, post and click URL. This clearly separates it from sibling tools such as get_reddit_campaigns and get_reddit_ad_groups.

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 gives useful context for include_copy ('creative can be reviewed without opening Reddit') and for interpreting REJECTED and PENDING_APPROVAL statuses. However, it does not explicitly mention when to prefer this tool over alternatives or when not to use it.

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

Deploy Server

Other Tools