Skip to main content
Glama
kLOsk

Google Ads - AdLoop

by kLOsk

Campaigns using a negative keyword list

get_negative_keyword_list_campaigns
Read-only

List campaigns associated with a shared negative keyword list, optionally filtered by customer and shared set ID.

Instructions

List which campaigns a shared negative keyword list is attached to.

shared_set_id: numeric ID from get_negative_keyword_lists. Omit to see all list-to-campaign attachments across the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customer_idNo
shared_set_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.13.2
  2. Removedv0.13.0
  3. First observedv0.9.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and destructiveHint, and the description uses 'List' which is consistent. No additional behavioral details such as rate limits or permissions are provided, but the annotations cover the essential safety aspects.

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 concise and well-structured, front-loading the purpose and then explaining the optional parameter. Every sentence adds value without fluff or repetition.

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?

The description provides enough context for a simple read-only tool, especially since an output schema exists (so return values need not be described). The only minor gap is the lack of explanation for customer_id, but this is a common parameter across sibling tools and likely self-explanatory.

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?

The input schema has no parameter descriptions (0% coverage), so the description must compensate. It explains shared_set_id and its omission behavior, but does not explain customer_id, which is also a parameter. This leaves one parameter semantically ambiguous.

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's purpose: to list which campaigns a negative keyword list is attached to. It uses the specific verb 'List' and identifies the resource (campaigns) and the scope (negative keyword list), making it distinct from related tools.

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

Usage Guidelines2/5

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

The description provides guidance on omitting the shared_set_id to see all attachments, but it does not explicitly mention when to use this tool versus alternatives like get_negative_keywords or get_negative_keyword_lists. No when-not or alternative context is given.

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