Skip to main content
Glama
kLOsk

Google Ads - AdLoop

by kLOsk

add_to_negative_keyword_list

Append keywords to an existing shared negative keyword list to avoid duplicate ads on irrelevant terms. Returns a preview before applying changes.

Instructions

Append keywords to an EXISTING shared negative keyword list — returns a PREVIEW.

Use this when a suitable list already exists and only needs more keywords (instead of propose_negative_keyword_list, which creates a new list). Always call get_negative_keyword_lists first to find the right shared_set_id and get_negative_keyword_list_keywords to avoid duplicating existing terms.

shared_set_id: numeric ID from get_negative_keyword_lists (shared_set.id). keywords: list of keyword strings to append (duplicates in the input list are collapsed). match_type: "EXACT", "PHRASE", or "BROAD"

Call confirm_and_apply with the returned plan_id to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shared_set_idYes
keywordsYes
customer_idNo
match_typeNoEXACT

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations show non-read-only and non-destructive. Description clarifies it returns a preview plan and requires a confirmation step, making the two-phase behavior transparent. However, it doesn't mention if the preview can be discarded or if there are limits on the number of keywords.

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: a single opening sentence defining purpose, followed by usage guidelines and parameter details. Every sentence adds value with no 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 the presence of an output schema (not shown) and annotations, the description provides sufficient context: it outlines the necessary preliminary steps, parameter semantics, and the need for confirm_and_apply. An agent can confidently select and invoke this tool.

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?

Despite 0% schema description coverage, the description explains shared_set_id (numeric ID from get_negative_keyword_lists), keywords (list, duplicates collapsed), and match_type (EXACT/PHRASE/BROAD). Missing explanation for customer_id, but it has a default value.

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 appends keywords to an existing shared negative keyword list and returns a preview. It distinguishes itself from propose_negative_keyword_list by emphasizing 'EXISTING' and specifying it as an alternative.

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?

Provides explicit conditions: use when a suitable list exists, not for creating new ones. Instructs to call get_negative_keyword_lists and get_negative_keyword_list_keywords first to avoid duplication, and indicates that confirm_and_apply is needed to execute.

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/kLOsk/adloop'

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