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
| Field | Type | Description |
|---|---|---|
| creativeIds | array | Créas précises à vérifier. |
| campaignId | string | Limiter aux créas d'une campagne interne. |
| batchId | string | Lot de vidéos courtes (generate_promo_videos) : progression + fichiers prêts. |
| includeReady | boolean | Lister aussi les créas prêtes (défaut true). |
| limit | number |
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} })