dynamoi_list_campaigns
ActiveTool of Dynamoi
Use this when the user wants to browse campaigns for one artist, optionally filtered by type or status. Do not use this for a single campaign deep dive; use dynamoi_get_campaign for that. Never use this to personalize generic marketing advice. If the user has no artists yet, do not call this — route via dynamoi_get_account_overview first.
Parameters schema
{
"type": "object",
"required": [
"artistId"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
},
"format": {
"enum": [
"json",
"summary"
],
"type": "string"
},
"status": {
"enum": [
"AWAITING_SMART_LINK",
"ACTIVE",
"ARCHIVED",
"CONTENT_VALIDATION",
"DEPLOYING",
"FAILED",
"PAUSED",
"READY_FOR_REVIEW",
"SUBSCRIPTION_PAUSED"
],
"type": "string"
},
"artistId": {
"type": "string",
"format": "uuid",
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
},
"campaignType": {
"enum": [
"SMART_CAMPAIGN",
"YOUTUBE"
],
"type": "string"
}
},
"additionalProperties": false
}Parent server
Dynamoi
https://github.com/getDynamoi/mcp
1/7 registries