Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_ad_google_campaign_get

Read-onlyIdempotent

Get details of a specific Google Ads campaign by ID and location. Use this tool to access campaign data for ad publishing.

Instructions

Get Google campaign by ID Retrieve a specific Google Ads campaign by ID Endpoint: GET /ad-publishing/google/ads/{adId} (Version header: 2021-07-28; source: v3/ad-publishing-v3.json) OAuth scopes: adPublishing.readonly

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adIdYesAd identifier
isDraftNoIs draft
locationIdYesLocation identifier
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, providing safety context. The description adds endpoint and OAuth scopes but no additional behavioral traits beyond what annotations imply. For a getter, this is adequate but not enhanced.

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 concise sentences plus endpoint and OAuth scopes. Front-loaded with the core action. No redundant information.

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

Completeness4/5

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

For a simple getter with annotations, the description provides endpoint, version header, and OAuth scopes, which are useful operational details. Lacks output schema info but not required. Fairly complete given tool simplicity.

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% with each parameter having a description. The description does not add any extra parameter semantics beyond what the schema provides. Baseline score applies.

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 'Get Google campaign by ID' and 'Retrieve a specific Google Ads campaign by ID', providing a specific verb and resource. It differentiates from sibling tools like upsert and publish by focusing on retrieval.

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?

No explicit guidance on when to use this tool versus alternatives. The description only states the basic function; it doesn't mention prerequisites or scenarios where other tools might be better. Implicitly, it's for fetching a campaign, but lacks comparative 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/zackscriven/ghl-mcp-server'

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