Skip to main content
Glama
niyogi

chatgpt-ads-manager-mcp

by niyogi

create_conversion_api_key

Generate a Conversions API key for an ad account to enable sending server-side events outside the MCP. Returns an api_key value; store it securely because it is shown only once.

Instructions

Create a Conversions API key for the ad account (used to send server-side events via bzr.openai.com outside this MCP). Returns api_key — store securely, single display.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesKey name 3–1000 chars.
ad_account_idNo
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It usefully discloses the returned api_key, the single-display nature, and the secure-storage requirement. It does not mention permissions, revocability, or consequences of creating multiple keys, which leaves some gaps for a mutation tool.

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 carry purpose, usage context, return value, and a security warning with no filler. The most important information is front-loaded, making it easy for an agent to parse quickly.

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

Completeness3/5

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

The core invocation context is present: what is created, for whom, why, and what to do with the result. Gaps remain around the ad_account_id parameter semantics and the precise relationship to the sibling create_api_key, but the description is adequate for a low-complexity creation tool.

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?

The schema documents the name parameter, but ad_account_id has no schema description. The description says 'for the ad account' without explicitly mapping that to ad_account_id or explaining whether it is optional/defaulted. With only 50% schema coverage, the description should compensate more heavily and does not.

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 identifies the operation as creating a Conversions API key for an ad account, and adds the distinguishing purpose of sending server-side events via bzr.openai.com outside this MCP. It does not explicitly contrast itself with the sibling create_api_key, but the 'Conversions API key' scope provides reasonable differentiation.

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 gives practical usage context: use this tool when you need a Conversions API key for server-side events outside the MCP. It does not state when not to use it or explicitly name the create_api_key alternative, but the external-sending context is sufficient for basic routing.

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