dynamoi_get_campaign
ActiveTool of Dynamoi
Use this when the user wants full details for one campaign, including budget, targeting, platform status, and next actions. Set includeAnalytics=true for one-campaign performance, includeDeploymentStatus=true for delivery/deployment blockers, and includeCountries=true only when the full country list is needed. Do not use this for a campaign list; use dynamoi_list_campaigns instead. After a successful launch or campaign mutation, prefer format=summary when you need a follow-up read to relay the final answer.
Parameters schema
{
"type": "object",
"required": [
"campaignId"
],
"properties": {
"format": {
"enum": [
"json",
"summary"
],
"type": "string"
},
"campaignId": {
"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)$"
},
"includeAnalytics": {
"type": "boolean"
},
"includeCountries": {
"type": "boolean"
},
"analyticsDateRange": {
"type": "object",
"required": [
"end",
"start"
],
"properties": {
"end": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
"start": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
}
},
"additionalProperties": false
},
"analyticsGranularity": {
"enum": [
"TOTAL",
"DAILY"
],
"type": "string"
},
"includeDeploymentStatus": {
"type": "boolean"
}
},
"additionalProperties": false
}Parent server
Dynamoi
https://github.com/getDynamoi/mcp
1/7 registries