Make
adGeneration__getRecent
Get the user's most recent ad generations (default limit 12).
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called adGeneration__getRecent?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 6,
"maximum": 20,
"minimum": 1
}
}
}