MCPHerramientas MCP/Conexiones/select_ad_account

select_ad_account

Writeconnections:write

Choose which of a connected account's ad accounts is used when boosting posts (create_post_boost). Only one can be selected per connected account at a time — selecting a new one deselects the previous one. Identify the ad account by its id (from list_ad_accounts).

Parámetros
connectionIdstringobligatorio
The id of the connected account (required).
adAccountIdstringobligatorio
The id of the ad account to select (required).
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "select_ad_account",
    "arguments": {
      "connectionId": "string",
      "adAccountId": "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.