Profile, write
Set grow platforms
Pick which platforms Grow works on for a project. X stays on, and only x can be read today.
write
MCP
Tool nameset_grow_platforms
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "set_grow_platforms",
"arguments": {
"project_id": "<uuid>",
"platforms": []
}
}
}Input
project_idrequireduuid
platformsrequiredarray of string
The platforms to keep on. X is always one of them; live today: x.
Returns
The platforms as saved.