Make
adGeneration__list
Paginated list of the user's ad generations, newest first.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called adGeneration__list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 20,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
}