Skip to main content
Glama
camlowe

mcp-server-reddit-ads

get_ad_groups

Read-only

List ad groups in a Reddit Ads account, with budget and bid data. Optionally filter by campaign or status.

Instructions

List ad groups in an account, optionally filtered to one campaign, with budget and bid fields in USD. Ad groups hold the budget, bid, and targeting that update_budget, update_bid, and update_targeting change. Use get_ad_group for a single known id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoClient-side filter on configured_status.
account_idNoAd account id. Falls back to REDDIT_ADS_ACCOUNT_ID.
campaign_idNoOnly return ad groups in this campaign.
Behavior4/5

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

Annotations already provide readOnlyHint and openWorldHint. The description adds value by stating budget/bid fields are in USD and explaining that ad groups hold the fields modified by update tools. 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.

Conciseness5/5

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

Two concise sentences, no redundancy. First sentence is the purpose; second adds relational context. Well front-loaded.

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?

No output schema, but description mentions returned fields (budget/bid in USD) and relationships to other tools. Could mention pagination or further details, but adequate for the simple parameter set.

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 coverage is 100%, so baseline is 3. The description adds the context of optional campaign filtering and mentions USD fields, providing slight extra meaning beyond schema descriptions.

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?

Clearly states 'List ad groups in an account' specifying verb and resource, and distinguishes from sibling 'get_ad_group' by mentioning single known id. Adds details about optional campaign filtering and USD fields.

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

Usage Guidelines4/5

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

Explicitly contrasts with 'get_ad_group' for single known id, providing clear when-to-use guidance. Could expand on other alternatives but the sibling distinction is strong.

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