# meta_rename_adset

> Rename a Meta ad set. A write tool that previews before it changes anything, one of 39 Meta Ads tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Meta Ads](https://www.getmcpads.com/docs/sources/meta-ads)

Rename a Meta ad set. The name is the only thing that changes. Previews by default.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [Meta Ads](https://www.getmcpads.com/docs/sources/meta-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/meta-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adSetId` | string | Required | ad set ID. |
| `adAccountId` | string | Required | Owning ad account (act_… or bare ID). |
| `name` | string | Required | New name. This is the only thing the call changes. |
| `confirm` | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_rename_adset",
    "args": {
      "adSetId": "<string>",
      "adAccountId": "<string>",
      "name": "<string>"
    }
  }
}
```

- [Meta Ads metrics](https://www.getmcpads.com/docs/sources/meta-ads/metrics): What you can ask for.
- [Meta Ads dimensions](https://www.getmcpads.com/docs/sources/meta-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/meta-ads/tools/meta_rename_adset
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
