MCPFerramentas MCP/Conexões/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).

Parâmetros
connectionIdstringobrigatório
The id of the connected account the config belongs to (required).
configIdstringobrigatório
The id of the boost config to archive (required).
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "archive_boost_config",
    "arguments": {
      "connectionId": "string",
      "configId": "string"
    }
  }
}
Exemplo de resposta
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.