Make
adGeneration__getById
Get the status, prompt, and resulting image URLs of a single ad generation by ID. Use to poll until status is COMPLETED.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called adGeneration__getById?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}