Skip to main content
Glama
kLOsk

Google Ads - AdLoop

by kLOsk

List Reddit ad accounts

list_reddit_accounts
Read-only

Discover all Reddit ad accounts and businesses accessible to the connected user. Returns ad_account_id, currency, time zone, and approval state needed for other Reddit tools.

Instructions

List Reddit businesses and ad accounts the connected Reddit user can access.

Call first to discover ad_account_id values (plus currency, time zone and approval state) for every other Reddit tool. Requires the Reddit Ads connection (adloop init → Reddit step, or Settings → Reddit Ads in Cloud).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.14.0

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, so safety is covered. The description adds useful behavioral context by naming the output fields (ad_account_id, currency, time zone, approval state) and the connection requirement, going beyond the 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 concise, front-loaded sentences. The first states the core purpose; the second gives actionable guidance about ordering and connection prerequisites. No filler or redundancy.

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

Completeness5/5

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

Given zero parameters, existing annotations, and an output schema, the description fully covers what an agent needs: purpose, when to call it, prerequisites, and key output values. Nothing essential is missing.

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?

The tool has zero parameters, so there are no parameter semantics to explain. The description does not waste space on parameters and the schema coverage is effectively complete.

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?

States the specific action 'List' and the resource 'Reddit businesses and ad accounts the connected Reddit user can access.' It also clarifies the primary purpose: discovering ad_account_id values needed by other Reddit tools, which clearly differentiates it from siblings like list_reddit_funding_instruments and get_reddit_campaigns.

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?

Explicitly instructs to 'Call first' before using other Reddit tools and gives the prerequisite connection setup steps. This tells an agent exactly when to invoke this tool and what environment must be in place.

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