dynamoi_list_available_countries
ActiveTool of Dynamoi
declared in 0.6.4
Use this when the user asks which countries they can target for a Smart Campaign or YouTube campaign. Always pass campaignType because Smart Campaign and YouTube country catalogs are different. Do not use this for generic country marketing advice.
Parameters schema
{
"type": "object",
"required": [
"campaignType"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1
},
"query": {
"type": "string",
"maxLength": 120
},
"cursor": {
"type": "string"
},
"format": {
"enum": [
"json",
"summary"
],
"type": "string"
},
"campaignType": {
"enum": [
"SMART_CAMPAIGN",
"YOUTUBE"
],
"type": "string"
}
},
"additionalProperties": false
}Parent server
Dynamoi
https://github.com/getDynamoi/mcp
1/7 registries