MCPHerramientas MCP/Conexiones/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
connectionIdstringobligatorio
The id of the connected account the config belongs to (required).
configIdstringobligatorio
The id of the boost config to archive (required).
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "archive_boost_config",
    "arguments": {
      "connectionId": "string",
      "configId": "string"
    }
  }
}
Respuesta de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.