MCPMCP Tools/Connections/archive_boost_config

archive_boost_config

Writeconnections:write

Archive a saved boost configuration so it no longer appears as a reusable preset. Does not affect boosts already created from it. Identify it by its connectionId and configId (from list_boost_configs).

Parameters
connectionIdstringrequired
The id of the connected account the config belongs to (required).
configIdstringrequired
The id of the boost config to archive (required).
Example request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "archive_boost_config",
    "arguments": {
      "connectionId": "string",
      "configId": "string"
    }
  }
}
Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Response shape shown for illustration — the actual content depends on the tool and your data.