You're viewing a demo portfolio

Join the waitlist
PRSM

dynamoi_list_available_countries

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Dynamoi

https://github.com/getDynamoi/mcp

1/7 registries
View full server →