Make
facebookUpload__getCampaigns
List Meta campaigns for a specific connected ad account (cache-first; refresh from Meta if cold).
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called facebookUpload__getCampaigns?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"refresh": {
"type": "boolean"
},
"adAccountId": {
"type": "string",
"minLength": 1
}
}
}