Skip to main content
Glama

bulk_rename_objects

Rename multiple Meta Ads campaigns, ad sets, and ads simultaneously by providing a JSON array of object IDs and new names.

Instructions

Rename multiple Meta Ads objects in one call.

Args: renames_json: JSON array of rename specs: [{object_id: '...', new_name: '...', object_type: 'campaign|adset|ad'}, ...]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
renames_jsonYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the basic action without disclosing atomicity, error handling, limitations on object count, required permissions, or effects on ad delivery, leaving significant behavioral gaps.

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

Conciseness4/5

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

The description is concise with 5 lines, starting with a clear summary sentence and a structured parameter explanation. It is efficient but could be slightly more front-loaded.

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

Completeness2/5

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

Given the tool is a bulk operation with one parameter and no output schema, the description lacks return value info, error handling, rate limits, and behavioral details, making it incomplete for confident use.

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?

The schema provides only a string type with 0% coverage. The description adds the exact JSON array format, including object structure and allowed object_type values, which is essential for correct invocation 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 'Rename multiple Meta Ads objects in one call', identifying the specific verb (rename) and resource (Meta Ads objects), and emphasizes the bulk aspect, distinguishing it from individual rename operations.

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

Usage Guidelines3/5

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

The description implies usage for bulk renames via 'multiple...in one call', but does not explicitly contrast with sibling tools like update_ad, update_adset, or update_campaign, nor provide when-not-to-use or alternative guidance.

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/brandu-mos/konquest-meta-ads-mcp'

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