Skip to main content
Glama
kadam-official

@kadam-net/mcp-server

Official

kadam_adv_bulk_update_bids

Idempotent

Set a uniform bid across multiple campaigns by specifying their IDs, bid amount, pricing model, and target countries.

Instructions

Update bids for multiple campaigns at once. All specified campaigns receive the same bid. Much faster than updating campaigns one by one. IMPORTANT: all campaigns in the batch must share the same pricing model (all CPC/CPM or all CPA). Mixing CPC and CPA campaigns will cause a validation error. Countries are required — the backend rejects empty country lists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaignIdsYesComma-separated campaign IDs (e.g. '100,200,300')
bidYesBid value in USD (for CPA this is the target CPA cost)
pricingModelYesPricing model of the campaigns. All campaigns must share this model
countriesYesComma-separated ISO country codes (e.g. 'US,DE'). Required — backend rejects empty list
Behavior4/5

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

The description adds behavioral details beyond annotations: it confirms that all campaigns receive the same bid, mentions performance benefits, and highlights validation requirements (rejection of empty country lists, mixing pricing models). Annotations only provide idempotentHint=true, which is consistent.

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 three sentences: purpose, benefit, and crucial constraints. It is front-loaded and every sentence provides unique value. No redundancy or fluff.

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 tool with 4 required parameters and no output schema, the description covers all essential context: purpose, speed benefit, constraints on pricing model and countries. It does not explain return values, but that is minor given the tool's simplicity.

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%, but the description adds meaning: clarifies that the bid is uniform across campaigns, explains bid meaning for CPA ('target CPA cost'), and reinforces that pricingModel must match. This adds context beyond the schema.

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 verb ('Update'), resource ('bids for multiple campaigns'), and scope ('at once'). It distinguishes from the sibling tool 'kadam_adv_update_campaign_bid' by noting it is 'Much faster than updating campaigns one by one'.

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?

The description explicitly states important usage constraints: all campaigns must share the same pricing model and countries are required. It also warns about validation errors for mixed models. However, it does not explicitly name alternative tools for single campaign updates, but the mention of 'faster than updating one by one' implies the alternative.

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/kadam-official/mcp-server'

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