Make
facebookCampaignDraft__getAgentDraft
Read a saved agent-created Facebook campaign draft by draft ID before pushing.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called facebookCampaignDraft__getAgentDraft?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"draftId": {
"type": "string",
"minLength": 1
}
}
}