Saltar al contenido
Idioma — actual: Español
Tema — actual: Según el sistema
Tool
{
  "name": "searchapi_google_ads_transparency_center",
  "description": "Google Ads Transparency Center results from SearchApi, as structured JSON.",
  "input_schema": {
    "type": "object",
    "properties": {
      "q": {
        "type": "string",
        "description": "Search query; most engines accept native operators and advanced filters."
      },
      "advertiser_id": {
        "type": "string",
        "description": "Restrict results to one advertiser (from the Advertiser Search API)."
      },
      "region": {
        "type": "string",
        "description": "Region the ads were shown in; values listed at docs/parameters/google-ads-transparency-center/region."
      },
      "domain": {
        "type": "string",
        "description": "Restrict results to ads linked to this domain."
      },
      "format": {
        "type": "string",
        "description": "Ad creative format filter.",
        "enum": [
          "text",
          "image",
          "video"
        ]
      },
      "next_page_token": {
        "type": "string",
        "description": "Opaque token from the previous response that fetches the next page."
      }
    },
    "required": []
  }
}

Pega la definición en el array de herramientas de tu propio agente. El esquema se genera a partir de la entrada de este motor en el catálogo, y los valores que has configurado viajan en los examples del esquema. El nombre es nuestro y no del servidor MCP — es el que llamará tu agente — y el de cada motor lleva el prefijo searchapi_.