All tools

Advertising · list_ad_campaigns

List ad campaigns

Spend, clicks, conversions, CPA, ROAS.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
platformopenai_ads | meta_ads | google_ads
statusdraft | pending_review | active | paused | ended | error | allDéfaut all.
missionIdstring
daysnumberFenêtre récente en jours (défaut 7).
limitnumber

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"list_ad_campaigns","input":{"platform":"openai_ads","status":"draft","missionId":"…","days":1}}'
$run({ "tool": "list_ad_campaigns", "input": {"platform":"openai_ads","status":"draft","missionId":"…","days":1} })