Skip to main content
Glama
niyogi

chatgpt-ads-manager-mcp

by niyogi

archive_lead_form

Archive an unpublished lead form by submitting its ID to deactivate it, preventing accidental use and keeping ad account records organized.

Instructions

Archive a Lead Form that is not attached to a published Business Agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lead_form_idYesLead form ID.
ad_account_idNo
Behavior2/5

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

No annotations are present, so the description carries the full burden of disclosing behavioral traits. It does not mention whether archiving is reversible, what status changes occur, any permission requirements, or what happens if the condition is violated. The 'not attached' constraint is useful but does not cover the behavioral consequences of the mutation.

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?

A single, front-loaded sentence that wastes no words. It conveys the key action, resource, and a necessary precondition without redundancy.

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?

For a mutation tool with no annotations and no output schema, the description is too thin. It omits the role of ad_account_id, the effects of archiving, and any prerequisites beyond the published Business Agent condition. An agent would likely need to infer or discover additional context to invoke it correctly.

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

Parameters2/5

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

Schema coverage is only 50%; lead_form_id has a minimal description ('Lead form ID.') while ad_account_id has no description. The tool description does not explain the purpose of either parameter or how they relate to the archiving operation, leaving ad_account_id entirely ambiguous.

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?

States a specific verb ('Archive') and resource ('Lead Form'), with a precise condition ('not attached to a published Business Agent') that distinguishes it from related lead form operations like publish_lead_form, update_lead_form, and list_lead_forms. The scope is immediately clear.

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 provides a clear applicability condition: only archive lead forms not attached to a published Business Agent. This implicitly tells the agent when the tool is appropriate, though it does not explicitly name alternatives or state when not to use 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/niyogi/chatgpt-ads-manager-mcp'

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