MCPFerramentas MCP/Conexões/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
connectionIdstringobrigatório
The id of the connected account (required).
adAccountIdstringobrigatório
The id of the ad account to select (required).
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "select_ad_account",
    "arguments": {
      "connectionId": "string",
      "adAccountId": "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.