All tools

Advertising · check_ad_creatives

Check ad creatives

Fetch finished videos and ready creatives.

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

Input

FieldTypeDescription
creativeIdsarrayCréas précises à vérifier.
campaignIdstringLimiter aux créas d'une campagne interne.
batchIdstringLot de vidéos courtes (generate_promo_videos) : progression + fichiers prêts.
includeReadybooleanLister aussi les créas prêtes (défaut true).
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":"check_ad_creatives","input":{"creativeIds":[],"campaignId":"…","batchId":"…","includeReady":true}}'
$run({ "tool": "check_ad_creatives", "input": {"creativeIds":[],"campaignId":"…","batchId":"…","includeReady":true} })