Skip to main content
Glama
samihalawa

Google Ads MCP Server

create_conversion_action

Create a new conversion action in Google Ads to track website visits, phone calls, or other user interactions for measuring campaign performance.

Instructions

Create a new Conversion Action (e.g., for website, phone calls)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the new conversion action
typeYesThe type of conversion action (e.g., UPLOAD_CLICKS, WEBSITE, CLICK_TO_CALL)
categoryYesThe category of the conversion (e.g., PURCHASE, LEAD, PAGE_VIEW)
valueNoDefault value in Euros for the conversion (default: 0)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states 'Create' which implies a write/mutation operation, but doesn't disclose any behavioral traits like required permissions, whether the action is reversible, rate limits, or what happens on success/failure. This is a significant gap for a mutation tool with zero annotation coverage.

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?

The description is a single, efficient sentence that front-loads the core purpose ('Create a new Conversion Action') and includes a brief, relevant example. There's no wasted text, and it's appropriately sized for the tool's complexity.

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's complexity as a mutation operation with no annotations and no output schema, the description is incomplete. It doesn't address behavioral aspects like permissions or side effects, provide usage context, or explain return values, leaving significant gaps for an AI agent to understand how to invoke it correctly.

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 description adds no parameter-specific information beyond what's already in the input schema, which has 100% coverage with detailed descriptions and enums for all parameters. Since schema_description_coverage is high (>80%), the baseline score is 3, as the description doesn't compensate with additional meaning or context for the parameters.

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 action ('Create a new Conversion Action') and provides examples of what might be created ('e.g., for website, phone calls'), which gives a specific verb+resource. However, it doesn't explicitly differentiate from sibling tools like 'get_conversion_actions' or 'update_campaign_budget', which would be needed for a score of 5.

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 alternatives like 'get_conversion_actions' for reading existing actions or other creation tools like 'create_responsive_display_ad'. It lacks context about prerequisites, such as needing a campaign or account setup, and doesn't mention exclusions or typical use cases.

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/samihalawa/google-ads-mcp-server'

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