MCPOutils MCP/Connexions/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).
Paramètres
connectionIdstringobligatoire
The id of the connected account the config belongs to (required).
configIdstringobligatoire
The id of the boost config to archive (required).
Exemple de requête
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "archive_boost_config",
"arguments": {
"connectionId": "string",
"configId": "string"
}
}
}Exemple de réponse
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.