MCPMCP-Tools/Verbindungen/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).
Parameter
connectionIdstringerforderlich
The id of the connected account the config belongs to (required).
configIdstringerforderlich
The id of the boost config to archive (required).
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "archive_boost_config",
"arguments": {
"connectionId": "string",
"configId": "string"
}
}
}Beispielantwort
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.