adkit_projects
List, create, or update AdKit projects. Use a projectId returned by list for update and other project-scoped tools. List also returns accessible workspaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Project or business name. | |
| tags | No | Business tags for action "create" or "update". Updating replaces the full list. | |
| brand | No | Brand colors for action "update". | |
| limit | No | Maximum projects to return for action "list". Defaults to 20; max 50. | |
| query | No | Optional project name or website search for action "list". | |
| action | No | Defaults to "list". Use "create" when no project exists. For "update", pass projectId and only the fields to change. | |
| website | No | Project website URL or domain. | |
| category | No | Business category for action "create" or "update". | |
| industry | No | Business industry for action "create" or "update". | |
| projectId | No | Project to update. Required when action is "update". | |
| description | No | Business description for action "create" or "update". | |
| workspaceId | No | Optional workspace for action "create". Choose an ID returned in workspaces; omit for the default workspace. |