Skip to main content
Glama
kadam-official

@kadam-net/mcp-server

Official

kadam_adv_get_extended_stats

Read-only

Drill down through campaign slices to view per-row stats and optimize bids. Append slice IDs to pathIds for breakdown by country, platform, browser, and more.

Instructions

Bid Optimization: per-slice stats grid for drilling down and setting bids (requires Bid Optimization access on the account). Drill by appending a sliceId to pathIds; reuse each row's pathIds to set bids via kadam_adv_update_extended_bids. Use ONE campaign to see per-row bids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
dateToNo
periodNo7days
metricsNoComma-separated metric column keys (display-cased, the SAME keys as sortField and the output's 'Available metric columns' line): views,clicks,CTR,conversions,holds,rejections,spending,earning,profit,ROI,CR,CPM,EPL,EPC,CPC,CPA,CPL (default views,clicks,CPC,CR).
pathIdsNoDrill path: comma-separated alternating sliceId,valueId,... ending with a sliceId to break down by it. Slice IDs: 130 country, 140 platform, 150 browser, 180 source, 190 site, 200 platform version, 300 subscription age, 320 browser language, 380 CR-target. e.g. '130' = by country; '130,34,180' = sources within country 34
perPageNo
dateFromNo
sortFieldNoSort column key (same display-cased keys as metrics): views, clicks, CTR, conversions, holds, rejections, spending, earning, profit, ROI, CR, CPC, CPM, CPA, EPC, EPL, CPL. Default: views desc (high-traffic first).
sortOrderNo
campaignIdsYesComma-separated campaign IDs (use one for per-row bids)
searchQueryNo
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description confirms it's a stats grid, consistent with read-only. It adds behavioral details beyond annotations: the need for Bid Optimization access and the pattern of re-using pathIds for bid updates. No contradictions.

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?

Three sentences with no wasted words. The first sentence states purpose and requirement, the second explains the drill/reuse pattern, and the third gives a cardinality tip. Information is 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?

Given 11 parameters, low schema coverage, and no output schema, the description covers the core functionality and essential parameters well. It lacks detail on date range, search, and pagination but provides enough context for an agent to select and invoke the tool correctly.

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 description coverage is low (36%), but the description adds significant meaning to key parameters: it explains how pathIds work (drill path, slice IDs), enumerates valid metric and sortField keys, and clarifies that campaignIds should be a single campaign for per-row bids. This compensates for the coverage gap.

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 'Bid Optimization: per-slice stats grid for drilling down and setting bids,' which is a specific verb+resource combination. It distinguishes from sibling tools like kadam_adv_get_stats (general stats) and kadam_adv_list_extended_bids (list bids) by focusing on drill-down and bid-setting context.

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 states requirement ('requires Bid Optimization access'), provides when-to-use guidance ('Drill by appending a sliceId to pathIds'), and instructs how to re-use results ('reuse each row's pathIds to set bids via kadam_adv_update_extended_bids'). It also advises cardinality ('Use ONE campaign to see per-row bids').

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