Make

adResearch__listProjects

List the user's projects (brands). ALWAYS call this before generating anything: every generation needs a projectId, and the project's brand brief is what the render is built from. Pick the project the user's request is about; if more than one could fit, ask which. Projects cannot be created through this API — if the user has none, tell them to set one up at https://admakeai.com/dashboard.

Remote mesmerpercy/admakeai

Remote (network-hosted)

Other tools also called adResearch__listProjects? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "default": 20,
      "maximum": 50,
      "minimum": 1
    },
    "cursor": {
      "type": "string"
    }
  }
}
          

Provider

Make →