Skip to main content
Glama

Uber External Ads API MCP Server

by ekim197

update_campaign

Modify existing Uber advertising campaigns by updating campaign name, status, budget amount, or end time using the Uber External Ads API.

Instructions

Update an existing campaign

Input Schema

NameRequiredDescriptionDefault
ad_account_idYesThe ad account UUID
auth_tokenNoBearer token for authentication
campaign_dataYes
campaign_idYesThe campaign UUID

Input Schema (JSON Schema)

{ "properties": { "ad_account_id": { "description": "The ad account UUID", "type": "string" }, "auth_token": { "description": "Bearer token for authentication", "type": "string" }, "campaign_data": { "additionalProperties": false, "properties": { "budget_amount": { "description": "Budget amount in USD", "minimum": 0.01, "type": "number" }, "end_time": { "description": "Campaign end time (ISO 8601)", "type": "string" }, "name": { "description": "Campaign name", "type": "string" }, "status": { "description": "Campaign status", "enum": [ "ACTIVE", "PAUSED" ], "type": "string" } }, "type": "object" }, "campaign_id": { "description": "The campaign UUID", "type": "string" } }, "required": [ "ad_account_id", "campaign_id", "campaign_data" ], "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