# tiktok_ads_switch_ad_account

Switch to a different advertiser account, DO NOT try to switch advertiser account automatically, only if user ask to switch

Agent View of the PolicyLayer registry record for `tiktok_ads_switch_ad_account`. HTML page: https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-switch-ad-account

## Facts

- Tool: `tiktok_ads_switch_ad_account`
- Server: TikTok Ads MCP Server (`adsmcp/tiktok-ads-mcp-server`) — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server.md
- Homepage: https://github.com/AdsMCP/tiktok-ads-mcp-server
- Risk category: Write (Medium risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Rate-limited

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "tiktok_ads_switch_ad_account",
    "arguments": {}
  }
}
```

## Why tiktok_ads_switch_ad_account is rated Medium

This tool changes application state (the active advertiser account) in a reversible manner. While it does not create, delete, or modify ad campaigns directly, it updates the session/context state to point to a different account. This is a Write operation because it modifies application state.

From the tool's own definition: "Tool description states it 'switch[es] to a different advertiser account'. Switching accounts changes the active context for subsequent operations, modifying the state of the user's session and which ad account will receive subsequent commands."

## Use case

AI agents use tiktok_ads_switch_ad_account to create or update resources in TikTok Ads MCP Server, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your TikTok Ads MCP Server environment.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches TikTok Ads MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "tiktok_ads_switch_ad_account": {
      "limits": [
        {
          "counter": "tiktok_ads_switch_ad_account_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on TikTok Ads MCP Server (8)

- `tiktok_ads_complete_auth` — Other — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-complete-auth.md
- `tiktok_ads_login` — Other — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-login.md
- `tiktok_ads_auth_status` — Read — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-auth-status.md
- `tiktok_ads_get_adgroup_performance` — Read — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-get-adgroup-performance.md
- `tiktok_ads_get_adgroups` — Read — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-get-adgroups.md
- `tiktok_ads_get_campaign_details` — Read — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-get-campaign-details.md
- `tiktok_ads_get_campaign_performance` — Read — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-get-campaign-performance.md
- `tiktok_ads_get_campaigns` — Read — https://policylayer.com/tools/adsmcp-tiktok-ads-mcp-server/tiktok-ads-get-campaigns.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=adsmcp-tiktok-ads-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/adsmcp-tiktok-ads-mcp-server
