Skip to main content
Glama
andyleimc-source

Tencent Ad MCP Server

adgroups_update

Update ad group settings such as name, budget, bid, schedule dates, and status to manage campaign performance.

Instructions

更新广告组 (Update ad group)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNo结束日期
account_idYes广告主账户ID
adgroup_idYes广告组ID
begin_dateNo开始日期
bid_amountNo出价,单位分
adgroup_nameNo广告组名称
daily_budgetNo日预算,单位分
configured_statusNo广告组状态
Behavior1/5

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

No annotations are provided, so the description must disclose behavioral traits. It only says 'Update ad group' with no mention of idempotency, side effects, authentication requirements, or what happens to unspecified fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise (one short sentence) but at the cost of omitting essential details. It lacks structure and does not efficiently convey how the tool works.

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

Completeness1/5

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

With 8 parameters, no output schema, and no annotations, the description is severely incomplete. It fails to explain update behavior (partial vs full update), required fields, or response format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for all 8 parameters, so the schema already defines each parameter's meaning. The description adds no additional parameter semantics beyond what the schema provides, meeting the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Update') and resource ('ad group'), making the tool's basic purpose evident. However, it does not distinguish this general update tool from sibling tools like 'adgroups_update_configured_status' or 'adgroups_update_daily_budget', which have more specific purposes.

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 no guidance on when to use this tool versus its specialized siblings. It lacks any context about prerequisites, appropriate use cases, or when to avoid it.

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/andyleimc-source/tencent-ad-mcp'

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