Skip to content
Language — current: English
Theme — current: Match system
Tool
{
  "name": "searchapi_tiktok_ads_library_ad_details",
  "description": "TikTok Ads Library Ad Details results from SearchApi, as structured JSON.",
  "input_schema": {
    "type": "object",
    "properties": {
      "ad_id": {
        "type": "string",
        "description": "Ad identifier from the TikTok Ads Library search results."
      }
    },
    "required": [
      "ad_id"
    ],
    "examples": [
      {
        "ad_id": "sample_tiktok_ads_library_ad_details_ad_id"
      }
    ]
  }
}

Paste the definition into your own agent's tools array. The schema is generated from this engine's catalog entry, and the reader's configured values ride in the schema's examples. The name is ours rather than the MCP server's — it is what your agent will call — and every engine's is prefixed searchapi_.