Make
facebookUpload__list
List previously-uploaded ads, filterable by ad account and state.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called facebookUpload__list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"search": {
"type": "string",
"maxLength": 200,
"minLength": 1
},
"adAccountId": {
"type": "string",
"minLength": 1
},
"uploadState": {
"enum": [
"QUEUED",
"PREFLIGHT_FAILED",
"READINESS_FAILED",
"IMAGE_UPLOADING",
"IMAGE_UPLOAD_FAILED",
"CREATIVE_CREATING",
"CREATIVE_FAILED",
"AD_CREATING",
"AD_CREATE_FAILED",
"UPLOADED_PAUSED",
"META_REJECTED",
"USER_DELETED"
],
"type": "string"
},
"adGenerationId": {
"type": "string",
"minLength": 1
}
}
}