Profile, write
Set target countries
Name the countries this project wants to reach on one platform, as ISO 3166-1 alpha-2 codes, up to 5, one entry a country. A country with several zones counts every zone unless one is named as CODE:ZONE with a zone get_timing lists for it. An empty list means the project's own timezone. This replaces the whole list. This is who the person wants to reach, not where their audience lives.
write
MCP
Tool nameset_target_countries
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "set_target_countries",
"arguments": {
"project_id": "<uuid>",
"countries": []
}
}
}Input
project_idrequireduuid
platformx | bluesky | hn
The platform. X unless named.
countriesrequiredarray of string
Two-letter codes such as GB or US for every zone, or US:America/New_York for one of a country's listed zones, up to 5.
Returns
The countries as saved.