tiktok_ads_list_ads
ActiveTool of io.github.Synter-Media-AI/synter-ads
declared in 1.27.0
List all TikTok ads, optionally filtered by ad group (free). Returns ad_id, ad_name, adgroup_id, campaign_id, status, ad_format.
Parameters schema
{
"type": "object",
"title": "tiktok_ads_list_ads_toolArguments",
"properties": {
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"adgroup_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Adgroup Id",
"default": null
},
"account_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Name",
"default": null
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries