Skip to main content
Glama

Uber External Ads API MCP Server

by ekim197

get_campaigns

Retrieve advertising campaigns for a specific Uber ad account, with options to filter by status, limit results, and paginate through large datasets.

Instructions

Get campaigns for an ad account

Input Schema

NameRequiredDescriptionDefault
ad_account_idYesThe ad account UUID
auth_tokenNoBearer token for authentication
filtersNo

Input Schema (JSON Schema)

{ "properties": { "ad_account_id": { "description": "The ad account UUID", "type": "string" }, "auth_token": { "description": "Bearer token for authentication", "type": "string" }, "filters": { "additionalProperties": false, "properties": { "limit": { "default": 20, "description": "Number of campaigns to return", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "default": 0, "description": "Number of campaigns to skip", "minimum": 0, "type": "number" }, "status": { "description": "Filter campaigns by status", "enum": [ "ACTIVE", "PAUSED", "DELETED" ], "type": "string" } }, "type": "object" } }, "required": [ "ad_account_id" ], "type": "object" }

Other Tools from Uber External Ads API MCP Server

Related Tools

    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/ekim197/HACKATHON_MCP'

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