tiktok_ads_share_connection
Share TikTok Connection With Organization
TiktokDescription
Share an owned TikTok connection with all members of your organization, so teammates can use it without having to reconnect TikTok themselves. You must be the owner of the connection.
Idempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "tiktok_ads_share_connection",
"arguments": {
"connection_id": "00000000-0000-0000-0000-000000000001",
"reason": "User asked to share this TikTok connection with their teammates"
}
}
}
hopkin tiktok share-connection
| Flag | Type | Required | Description |
|---|---|---|---|
--connection-id | string | Required | UUID of the connection to mark as the actor's default TikTok connection. |
{
"mcpServers": {
"tiktok-ads": {
"url": "https://tiktok.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Share with org
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
connection_id |
string |
Required | UUID of the connection to mark as the actor's default TikTok connection. |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Examples
Share with org
{
"connection_id": "00000000-0000-0000-0000-000000000001",
"reason": "User asked to share this TikTok connection with their teammates"
}
hopkin tiktok share-connection --connection-id 00000000-0000-0000-0000-000000000001