Make
adGeneration__searchAll
Full-text search across the user's ad generations by prompt.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called adGeneration__searchAll?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 24,
"maximum": 60,
"minimum": 1
},
"query": {
"type": "string",
"default": ""
},
"cursor": {
"type": "number",
"default": 0,
"minimum": 0
},
"filter": {
"enum": [
"all",
"liked",
"downloaded",
"not_downloaded"
],
"type": "string",
"default": "all"
}
}
}