Skip to main content
Glama
pauloFroes

mcp-meta-marketing

by pauloFroes

Delete Ad Set

delete_adset
Destructive

Permanently delete an ad set. To avoid irreversible removal, archive the ad set instead of deleting it.

Instructions

Delete an ad set. This is irreversible. Consider using update_adset with status=ARCHIVED instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adset_idYesAd set ID to delete
Behavior4/5

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

Annotations already declare destructiveHint=true, but the description adds that deletion is 'irreversible' and suggests a safer alternative. This adds context beyond the structured annotation by emphasizing the permanence and providing a mitigative approach.

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?

Two sentences, front-loaded with the primary action, and every word earns its place. No fluff or repetition.

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?

For a simple single-parameter delete operation, the description covers purpose, irreversible consequences, and an alternative. No output schema exists, and none is needed given the clarity.

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?

Schema coverage is 100% and the parameter 'adset_id' is described as 'Ad set ID to delete', which is clear. The description itself does not add extra parameter-level meaning, so a baseline score of 3 is appropriate.

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 'Delete an ad set' with a specific verb and resource, distinguishing it from sibling tools like delete_campaign and delete_ad. It also immediately identifies the irreversible nature.

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 provides a when-not-to-use alternative: 'Consider using update_adset with status=ARCHIVED instead.' This gives clear guidance on preferring a less destructive option when appropriate.

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/pauloFroes/mcp-meta-marketing'

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