You're viewing a demo portfolio

Join the waitlist
PRSM

gads_get_campaign

Active

Tool of Google_ads

declared in 0.1.0

Get detailed settings for a specific campaign. Returns name, status, budget, bidding strategy, and configuration. Use to review or audit a campaign's current setup.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "campaign_id": "9876543210",
      "customer_id": "1234567890"
    }
  ],
  "required": [
    "customer_id",
    "campaign_id"
  ],
  "properties": {
    "campaign_id": {
      "type": "string",
      "description": "The campaign resource ID"
    },
    "customer_id": {
      "type": "string",
      "description": "Google Ads customer ID"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Google_ads

https://github.com/pipeworx-io/mcp-google_ads

1/7 registries
View full server →
gads_get_campaign — Google_ads — PRSM MCP