Make
adResearch__getSavedInspirations
List the competitor ads saved as inspiration for a project, with their inspiration IDs.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called adResearch__getSavedInspirations?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 20,
"maximum": 50,
"minimum": 1
},
"offset": {
"type": "number",
"default": 0,
"minimum": 0
},
"projectId": {
"type": "string"
}
}
}