Skip to main content
Glama

Peec AI MCP Server

Server Details

Connect your AI assistant to your Peec AI account to monitor and analyze your brand's visibility across AI search engines like ChatGPT, Perplexity, and Gemini. Ask questions about brand visibility, competitor comparisons, source citations, and trends: all in plain language, directly from your AI tools.

Ownership verified
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.4/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clearly distinct scope: three report types cover different granularity levels (brand, domain, URL) while five list tools cover separate entity types (projects, brands, prompts, tags, topics). No overlapping functionality between tools.

Naming Consistency5/5

Perfectly consistent snake_case naming throughout. Follows clear verb_noun patterns: 'get_*_report' for analytics generation and 'list_*' for entity discovery. No deviations in style or structure.

Tool Count5/5

Eight tools is well-suited for this focused analytics domain. Covers three reporting levels plus necessary metadata lookup tools for filtering, without bloat. Each tool earns its place in the AI search visibility analysis workflow.

Completeness4/5

Strong coverage for read-only analytics with brand/domain/URL reports and full filtering dimension support. Minor gaps: no single-item retrieval (e.g., get_brand vs list_brands) and no chat-level detail tool, though chat_id filtering in reports provides partial coverage.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 6 tool updates
    • Changedget_brand_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus",
        -                "amazon-rufus-scraper"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0",
        -                "amazon-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "deepseek-v4-pro",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus",
        +                "amazon-rufus-scraper"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0",
        +                "amazon-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_domain_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus",
        -                "amazon-rufus-scraper"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0",
        -                "amazon-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Corporate",
        -            "Competitor",
        -            "Editorial",
        -            "Institutional",
        -            "Other",
        -            "Reference",
        -            "UGC",
        -            "You",
        -            "Related"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "deepseek-v4-pro",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus",
        +                "amazon-rufus-scraper"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0",
        +                "amazon-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Corporate",
        +            "Competitor",
        +            "Editorial",
        +            "Institutional",
        +            "Other",
        +            "Reference",
        +            "UGC",
        +            "You",
        +            "Related"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_url_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus",
        -                "amazon-rufus-scraper"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0",
        -                "amazon-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Corporate",
        -            "Competitor",
        -            "Editorial",
        -            "Institutional",
        -            "Other",
        -            "Reference",
        -            "UGC",
        -            "You",
        -            "Related"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Homepage",
        -            "Category Page",
        -            "Product Page",
        -            "Listicle",
        -            "Comparison",
        -            "Profile",
        -            "Alternative",
        -            "Discussion",
        -            "How-To Guide",
        -            "Article",
        -            "Other"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "deepseek-v4-pro",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus",
        +                "amazon-rufus-scraper"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0",
        +                "amazon-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Corporate",
        +            "Competitor",
        +            "Editorial",
        +            "Institutional",
        +            "Other",
        +            "Reference",
        +            "UGC",
        +            "You",
        +            "Related"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Homepage",
        +            "Category Page",
        +            "Product Page",
        +            "Listicle",
        +            "Comparison",
        +            "Profile",
        +            "Alternative",
        +            "Discussion",
        +            "How-To Guide",
        +            "Article",
        +            "Other"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedlist_chats1 field changed
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4",
        -  "qwen-3-6-plus",
        -  "amazon-rufus-scraper"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "deepseek-v4-pro",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus",
        +  "amazon-rufus-scraper"
        +]
    • Changedlist_search_queries1 field changed
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4",
        -  "qwen-3-6-plus",
        -  "amazon-rufus-scraper"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "deepseek-v4-pro",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus",
        +  "amazon-rufus-scraper"
        +]
    • Changedlist_shopping_queries1 field changed
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4",
        -  "qwen-3-6-plus",
        -  "amazon-rufus-scraper"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "deepseek-v4-pro",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus",
        +  "amazon-rufus-scraper"
        +]
  2. 2 tool updates
    • Changedcreate_prompt1 field changed
      • changedInput schema / properties / text / maxLength
        Previous value: -200New value: +700
    • Changedcreate_prompts1 field changed
      • changedInput schema / properties / prompts / items / properties / text / maxLength
        Previous value: -200New value: +700
  3. 5 tool updates
    • Changedget_brand_report2 fields changed
      • changedInput schema / properties / dimensions / description
        Previous value: -"Break down results by one or more dimensions. prompt_id = individual search queries, model_id = AI search engine, tag_id = custom tags, topic_id = topic groupings, country_code = country, chat_id = individual AI chat/conversation. When set, each row includes the corresponding dimension object."New value: +"Break down results by one or more dimensions. prompt_id = individual search queries, model_id = AI search engine (deprecated), model_channel_id = stable engine channel, tag_id = custom tags, topic_id = topic groupings, country_code = country, chat_id = individual AI chat/conversation. When set, each row includes the corresponding dimension object."
      • changedInput schema / properties / filters / description
        Previous value: -"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id, tag_id, topic_id, prompt_id, brand_id, country_code, chat_id. Multiple filters are AND'd together."New value: +"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id (deprecated), model_channel_id, tag_id, topic_id, prompt_id, brand_id, country_code, chat_id. Multiple filters are AND'd together."
    • Changedget_domain_report2 fields changed
      • changedInput schema / properties / dimensions / description
        Previous value: -"Break down results by one or more dimensions. prompt_id = individual search queries, model_id = AI search engine, tag_id = custom tags, topic_id = topic groupings, country_code = country, chat_id = individual AI chat/conversation. When set, each row includes the corresponding dimension object."New value: +"Break down results by one or more dimensions. prompt_id = individual search queries, model_id = AI search engine (deprecated), model_channel_id = stable engine channel, tag_id = custom tags, topic_id = topic groupings, country_code = country, chat_id = individual AI chat/conversation. When set, each row includes the corresponding dimension object."
      • changedInput schema / properties / filters / description
        Previous value: -"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id, tag_id, topic_id, prompt_id, domain, domain_classification, url, country_code, chat_id, mentioned_brand_id. Additional: mentioned_brand_count uses {field, operator: 'gt'|'gte'|'lt'|'lte', value: number}. Gap analysis: gap uses {field: 'gap', operator: 'gt'|'gte'|'lt'|'lte', value: number} to find domains where own brand is absent but competitors are present. Multiple filters are AND'd together."New value: +"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id (deprecated), model_channel_id, tag_id, topic_id, prompt_id, domain, domain_classification, url, country_code, chat_id, mentioned_brand_id. Additional: mentioned_brand_count uses {field, operator: 'gt'|'gte'|'lt'|'lte', value: number}. Gap analysis: gap uses {field: 'gap', operator: 'gt'|'gte'|'lt'|'lte', value: number} to find domains where own brand is absent but competitors are present. Multiple filters are AND'd together."
    • Changedget_url_report2 fields changed
      • changedInput schema / properties / dimensions / description
        Previous value: -"Break down results by one or more dimensions. prompt_id = individual search queries, model_id = AI search engine, tag_id = custom tags, topic_id = topic groupings, country_code = country, chat_id = individual AI chat/conversation. When set, each row includes the corresponding dimension object."New value: +"Break down results by one or more dimensions. prompt_id = individual search queries, model_id = AI search engine (deprecated), model_channel_id = stable engine channel, tag_id = custom tags, topic_id = topic groupings, country_code = country, chat_id = individual AI chat/conversation. When set, each row includes the corresponding dimension object."
      • changedInput schema / properties / filters / description
        Previous value: -"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id, tag_id, topic_id, prompt_id, domain, domain_classification, url, url_classification, country_code, chat_id, mentioned_brand_id. Additional: mentioned_brand_count uses {field, operator: 'gt'|'gte'|'lt'|'lte', value: number}. Gap analysis: gap uses {field: 'gap', operator: 'gt'|'gte'|'lt'|'lte', value: number} to find URLs where own brand is absent but competitors are present. Multiple filters are AND'd together."New value: +"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id (deprecated), model_channel_id, tag_id, topic_id, prompt_id, domain, domain_classification, url, url_classification, country_code, chat_id, mentioned_brand_id. Additional: mentioned_brand_count uses {field, operator: 'gt'|'gte'|'lt'|'lte', value: number}. Gap analysis: gap uses {field: 'gap', operator: 'gt'|'gte'|'lt'|'lte', value: number} to find URLs where own brand is absent but competitors are present. Multiple filters are AND'd together."
    • Changedlist_chats2 fields changed
      • addedInput schema / properties / model_channel_id
        Added value: +{
        +  "description": "Filter to chats from this engine channel",
        +  "enum": [
        +    "openai-0",
        +    "openai-1",
        +    "qwen-0",
        +    "openai-2",
        +    "perplexity-0",
        +    "perplexity-1",
        +    "google-0",
        +    "google-1",
        +    "google-2",
        +    "google-3",
        +    "anthropic-0",
        +    "anthropic-1",
        +    "deepseek-0",
        +    "meta-0",
        +    "xai-0",
        +    "xai-1",
        +    "microsoft-0",
        +    "amazon-0"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / properties / model_id / description
        Previous value: -"Filter to chats from this AI engine"New value: +"Filter to chats from this AI engine. Deprecated — prefer model_channel_id. Ignored if model_channel_id is also provided."
    • Addedlist_model_channels
  4. 6 tool updates
    • Changedget_brand_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus",
        +                "amazon-rufus-scraper"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0",
        +                "amazon-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_domain_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Corporate",
        -            "Competitor",
        -            "Editorial",
        -            "Institutional",
        -            "Other",
        -            "Reference",
        -            "UGC",
        -            "You",
        -            "Related"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus",
        +                "amazon-rufus-scraper"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0",
        +                "amazon-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Corporate",
        +            "Competitor",
        +            "Editorial",
        +            "Institutional",
        +            "Other",
        +            "Reference",
        +            "UGC",
        +            "You",
        +            "Related"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_url_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Corporate",
        -            "Competitor",
        -            "Editorial",
        -            "Institutional",
        -            "Other",
        -            "Reference",
        -            "UGC",
        -            "You",
        -            "Related"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Homepage",
        -            "Category Page",
        -            "Product Page",
        -            "Listicle",
        -            "Comparison",
        -            "Profile",
        -            "Alternative",
        -            "Discussion",
        -            "How-To Guide",
        -            "Article",
        -            "Other"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus",
        +                "amazon-rufus-scraper"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0",
        +                "amazon-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Corporate",
        +            "Competitor",
        +            "Editorial",
        +            "Institutional",
        +            "Other",
        +            "Reference",
        +            "UGC",
        +            "You",
        +            "Related"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Homepage",
        +            "Category Page",
        +            "Product Page",
        +            "Listicle",
        +            "Comparison",
        +            "Profile",
        +            "Alternative",
        +            "Discussion",
        +            "How-To Guide",
        +            "Article",
        +            "Other"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedlist_chats1 field changed
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4",
        -  "qwen-3-6-plus"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus",
        +  "amazon-rufus-scraper"
        +]
    • Changedlist_search_queries2 fields changed
      • changedInput schema / properties / model_channel_id / enum
        Previous value: -[
        -  "openai-0",
        -  "openai-1",
        -  "qwen-0",
        -  "openai-2",
        -  "perplexity-0",
        -  "perplexity-1",
        -  "google-0",
        -  "google-1",
        -  "google-2",
        -  "google-3",
        -  "anthropic-0",
        -  "anthropic-1",
        -  "deepseek-0",
        -  "meta-0",
        -  "xai-0",
        -  "xai-1",
        -  "microsoft-0"
        -]New value: +[
        +  "openai-0",
        +  "openai-1",
        +  "qwen-0",
        +  "openai-2",
        +  "perplexity-0",
        +  "perplexity-1",
        +  "google-0",
        +  "google-1",
        +  "google-2",
        +  "google-3",
        +  "anthropic-0",
        +  "anthropic-1",
        +  "deepseek-0",
        +  "meta-0",
        +  "xai-0",
        +  "xai-1",
        +  "microsoft-0",
        +  "amazon-0"
        +]
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4",
        -  "qwen-3-6-plus"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus",
        +  "amazon-rufus-scraper"
        +]
    • Changedlist_shopping_queries2 fields changed
      • changedInput schema / properties / model_channel_id / enum
        Previous value: -[
        -  "openai-0",
        -  "openai-1",
        -  "qwen-0",
        -  "openai-2",
        -  "perplexity-0",
        -  "perplexity-1",
        -  "google-0",
        -  "google-1",
        -  "google-2",
        -  "google-3",
        -  "anthropic-0",
        -  "anthropic-1",
        -  "deepseek-0",
        -  "meta-0",
        -  "xai-0",
        -  "xai-1",
        -  "microsoft-0"
        -]New value: +[
        +  "openai-0",
        +  "openai-1",
        +  "qwen-0",
        +  "openai-2",
        +  "perplexity-0",
        +  "perplexity-1",
        +  "google-0",
        +  "google-1",
        +  "google-2",
        +  "google-3",
        +  "anthropic-0",
        +  "anthropic-1",
        +  "deepseek-0",
        +  "meta-0",
        +  "xai-0",
        +  "xai-1",
        +  "microsoft-0",
        +  "amazon-0"
        +]
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4",
        -  "qwen-3-6-plus"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus",
        +  "amazon-rufus-scraper"
        +]
  5. 2 tool updates
    • Changedget_domain_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Corporate",
        -            "Competitor",
        -            "Editorial",
        -            "Institutional",
        -            "Other",
        -            "Reference",
        -            "UGC",
        -            "You"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Corporate",
        +            "Competitor",
        +            "Editorial",
        +            "Institutional",
        +            "Other",
        +            "Reference",
        +            "UGC",
        +            "You",
        +            "Related"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_url_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Corporate",
        -            "Competitor",
        -            "Editorial",
        -            "Institutional",
        -            "Other",
        -            "Reference",
        -            "UGC",
        -            "You"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url_classification",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "enum": [
        -            "Homepage",
        -            "Category Page",
        -            "Product Page",
        -            "Listicle",
        -            "Comparison",
        -            "Profile",
        -            "Alternative",
        -            "Discussion",
        -            "How-To Guide",
        -            "Article",
        -            "Other"
        -          ],
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Corporate",
        +            "Competitor",
        +            "Editorial",
        +            "Institutional",
        +            "Other",
        +            "Reference",
        +            "UGC",
        +            "You",
        +            "Related"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Homepage",
        +            "Category Page",
        +            "Product Page",
        +            "Listicle",
        +            "Comparison",
        +            "Profile",
        +            "Alternative",
        +            "Discussion",
        +            "How-To Guide",
        +            "Article",
        +            "Other"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
  6. 2 tool updates
    • Changedget_domain_report2 fields changed
      • changedInput schema / properties / filters / description
        Previous value: -"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id, tag_id, topic_id, prompt_id, domain, url, country_code, chat_id, mentioned_brand_id. Additional: mentioned_brand_count uses {field, operator: 'gt'|'gte'|'lt'|'lte', value: number}. Gap analysis: gap uses {field: 'gap', operator: 'gt'|'gte'|'lt'|'lte', value: number} to find domains where own brand is absent but competitors are present. Multiple filters are AND'd together."New value: +"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id, tag_id, topic_id, prompt_id, domain, domain_classification, url, country_code, chat_id, mentioned_brand_id. Additional: mentioned_brand_count uses {field, operator: 'gt'|'gte'|'lt'|'lte', value: number}. Gap analysis: gap uses {field: 'gap', operator: 'gt'|'gte'|'lt'|'lte', value: number} to find domains where own brand is absent but competitors are present. Multiple filters are AND'd together."
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Corporate",
        +            "Competitor",
        +            "Editorial",
        +            "Institutional",
        +            "Other",
        +            "Reference",
        +            "UGC",
        +            "You"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_url_report2 fields changed
      • changedInput schema / properties / filters / description
        Previous value: -"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id, tag_id, topic_id, prompt_id, domain, url, country_code, chat_id, mentioned_brand_id. Additional: mentioned_brand_count uses {field, operator: 'gt'|'gte'|'lt'|'lte', value: number}. Gap analysis: gap uses {field: 'gap', operator: 'gt'|'gte'|'lt'|'lte', value: number} to find URLs where own brand is absent but competitors are present. Multiple filters are AND'd together."New value: +"Filter results using {field, operator, values}. Operators: 'in', 'not_in'. Fields: model_id, tag_id, topic_id, prompt_id, domain, domain_classification, url, url_classification, country_code, chat_id, mentioned_brand_id. Additional: mentioned_brand_count uses {field, operator: 'gt'|'gte'|'lt'|'lte', value: number}. Gap analysis: gap uses {field: 'gap', operator: 'gt'|'gte'|'lt'|'lte', value: number} to find URLs where own brand is absent but competitors are present. Multiple filters are AND'd together."
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HK",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Corporate",
        +            "Competitor",
        +            "Editorial",
        +            "Institutional",
        +            "Other",
        +            "Reference",
        +            "UGC",
        +            "You"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url_classification",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "enum": [
        +            "Homepage",
        +            "Category Page",
        +            "Product Page",
        +            "Listicle",
        +            "Comparison",
        +            "Profile",
        +            "Alternative",
        +            "Discussion",
        +            "How-To Guide",
        +            "Article",
        +            "Other"
        +          ],
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
  7. 7 tool updates
    • Changedcreate_prompt1 field changed
      • changedInput schema / properties / country_code / enum
        Previous value: -[
        -  "AE",
        -  "AL",
        -  "AM",
        -  "AR",
        -  "AT",
        -  "AU",
        -  "BA",
        -  "BE",
        -  "BG",
        -  "BH",
        -  "BO",
        -  "BR",
        -  "BY",
        -  "CA",
        -  "CH",
        -  "CL",
        -  "CO",
        -  "CR",
        -  "CY",
        -  "CZ",
        -  "DE",
        -  "DK",
        -  "DO",
        -  "EC",
        -  "EE",
        -  "EG",
        -  "ES",
        -  "FI",
        -  "FR",
        -  "GB",
        -  "GE",
        -  "GH",
        -  "GR",
        -  "GT",
        -  "HN",
        -  "HR",
        -  "HU",
        -  "ID",
        -  "IE",
        -  "IL",
        -  "IN",
        -  "IQ",
        -  "IS",
        -  "IT",
        -  "JO",
        -  "JP",
        -  "KR",
        -  "KW",
        -  "LB",
        -  "LT",
        -  "LU",
        -  "LV",
        -  "MA",
        -  "MD",
        -  "ME",
        -  "MK",
        -  "MT",
        -  "MX",
        -  "MY",
        -  "NG",
        -  "NI",
        -  "NL",
        -  "NO",
        -  "NZ",
        -  "OM",
        -  "PK",
        -  "PA",
        -  "PE",
        -  "PH",
        -  "PL",
        -  "PT",
        -  "PY",
        -  "PS",
        -  "QA",
        -  "RO",
        -  "RS",
        -  "SA",
        -  "SE",
        -  "SG",
        -  "SI",
        -  "SK",
        -  "SV",
        -  "TH",
        -  "TN",
        -  "TR",
        -  "TW",
        -  "UA",
        -  "US",
        -  "UY",
        -  "VE",
        -  "VN",
        -  "ZA"
        -]New value: +[
        +  "AE",
        +  "AL",
        +  "AM",
        +  "AR",
        +  "AT",
        +  "AU",
        +  "BA",
        +  "BE",
        +  "BG",
        +  "BH",
        +  "BO",
        +  "BR",
        +  "BY",
        +  "CA",
        +  "CH",
        +  "CL",
        +  "CO",
        +  "CR",
        +  "CY",
        +  "CZ",
        +  "DE",
        +  "DK",
        +  "DO",
        +  "EC",
        +  "EE",
        +  "EG",
        +  "ES",
        +  "FI",
        +  "FR",
        +  "GB",
        +  "GE",
        +  "GH",
        +  "GR",
        +  "GT",
        +  "HK",
        +  "HN",
        +  "HR",
        +  "HU",
        +  "ID",
        +  "IE",
        +  "IL",
        +  "IN",
        +  "IQ",
        +  "IS",
        +  "IT",
        +  "JO",
        +  "JP",
        +  "KR",
        +  "KW",
        +  "LB",
        +  "LT",
        +  "LU",
        +  "LV",
        +  "MA",
        +  "MD",
        +  "ME",
        +  "MK",
        +  "MT",
        +  "MX",
        +  "MY",
        +  "NG",
        +  "NI",
        +  "NL",
        +  "NO",
        +  "NZ",
        +  "OM",
        +  "PK",
        +  "PA",
        +  "PE",
        +  "PH",
        +  "PL",
        +  "PT",
        +  "PY",
        +  "PS",
        +  "QA",
        +  "RO",
        +  "RS",
        +  "SA",
        +  "SE",
        +  "SG",
        +  "SI",
        +  "SK",
        +  "SV",
        +  "TH",
        +  "TN",
        +  "TR",
        +  "TW",
        +  "UA",
        +  "US",
        +  "UY",
        +  "VE",
        +  "VN",
        +  "ZA"
        +]
    • Changedcreate_prompts1 field changed
      • changedInput schema / properties / prompts / items / properties / country_code / enum
        Previous value: -[
        -  "AE",
        -  "AL",
        -  "AM",
        -  "AR",
        -  "AT",
        -  "AU",
        -  "BA",
        -  "BE",
        -  "BG",
        -  "BH",
        -  "BO",
        -  "BR",
        -  "BY",
        -  "CA",
        -  "CH",
        -  "CL",
        -  "CO",
        -  "CR",
        -  "CY",
        -  "CZ",
        -  "DE",
        -  "DK",
        -  "DO",
        -  "EC",
        -  "EE",
        -  "EG",
        -  "ES",
        -  "FI",
        -  "FR",
        -  "GB",
        -  "GE",
        -  "GH",
        -  "GR",
        -  "GT",
        -  "HN",
        -  "HR",
        -  "HU",
        -  "ID",
        -  "IE",
        -  "IL",
        -  "IN",
        -  "IQ",
        -  "IS",
        -  "IT",
        -  "JO",
        -  "JP",
        -  "KR",
        -  "KW",
        -  "LB",
        -  "LT",
        -  "LU",
        -  "LV",
        -  "MA",
        -  "MD",
        -  "ME",
        -  "MK",
        -  "MT",
        -  "MX",
        -  "MY",
        -  "NG",
        -  "NI",
        -  "NL",
        -  "NO",
        -  "NZ",
        -  "OM",
        -  "PK",
        -  "PA",
        -  "PE",
        -  "PH",
        -  "PL",
        -  "PT",
        -  "PY",
        -  "PS",
        -  "QA",
        -  "RO",
        -  "RS",
        -  "SA",
        -  "SE",
        -  "SG",
        -  "SI",
        -  "SK",
        -  "SV",
        -  "TH",
        -  "TN",
        -  "TR",
        -  "TW",
        -  "UA",
        -  "US",
        -  "UY",
        -  "VE",
        -  "VN",
        -  "ZA"
        -]New value: +[
        +  "AE",
        +  "AL",
        +  "AM",
        +  "AR",
        +  "AT",
        +  "AU",
        +  "BA",
        +  "BE",
        +  "BG",
        +  "BH",
        +  "BO",
        +  "BR",
        +  "BY",
        +  "CA",
        +  "CH",
        +  "CL",
        +  "CO",
        +  "CR",
        +  "CY",
        +  "CZ",
        +  "DE",
        +  "DK",
        +  "DO",
        +  "EC",
        +  "EE",
        +  "EG",
        +  "ES",
        +  "FI",
        +  "FR",
        +  "GB",
        +  "GE",
        +  "GH",
        +  "GR",
        +  "GT",
        +  "HK",
        +  "HN",
        +  "HR",
        +  "HU",
        +  "ID",
        +  "IE",
        +  "IL",
        +  "IN",
        +  "IQ",
        +  "IS",
        +  "IT",
        +  "JO",
        +  "JP",
        +  "KR",
        +  "KW",
        +  "LB",
        +  "LT",
        +  "LU",
        +  "LV",
        +  "MA",
        +  "MD",
        +  "ME",
        +  "MK",
        +  "MT",
        +  "MX",
        +  "MY",
        +  "NG",
        +  "NI",
        +  "NL",
        +  "NO",
        +  "NZ",
        +  "OM",
        +  "PK",
        +  "PA",
        +  "PE",
        +  "PH",
        +  "PL",
        +  "PT",
        +  "PY",
        +  "PS",
        +  "QA",
        +  "RO",
        +  "RS",
        +  "SA",
        +  "SE",
        +  "SG",
        +  "SI",
        +  "SK",
        +  "SV",
        +  "TH",
        +  "TN",
        +  "TR",
        +  "TW",
        +  "UA",
        +  "US",
        +  "UY",
        +  "VE",
        +  "VN",
        +  "ZA"
        +]
    • Changedcreate_topic1 field changed
      • changedInput schema / properties / country_code / enum
        Previous value: -[
        -  "AE",
        -  "AL",
        -  "AM",
        -  "AR",
        -  "AT",
        -  "AU",
        -  "BA",
        -  "BE",
        -  "BG",
        -  "BH",
        -  "BO",
        -  "BR",
        -  "BY",
        -  "CA",
        -  "CH",
        -  "CL",
        -  "CO",
        -  "CR",
        -  "CY",
        -  "CZ",
        -  "DE",
        -  "DK",
        -  "DO",
        -  "EC",
        -  "EE",
        -  "EG",
        -  "ES",
        -  "FI",
        -  "FR",
        -  "GB",
        -  "GE",
        -  "GH",
        -  "GR",
        -  "GT",
        -  "HN",
        -  "HR",
        -  "HU",
        -  "ID",
        -  "IE",
        -  "IL",
        -  "IN",
        -  "IQ",
        -  "IS",
        -  "IT",
        -  "JO",
        -  "JP",
        -  "KR",
        -  "KW",
        -  "LB",
        -  "LT",
        -  "LU",
        -  "LV",
        -  "MA",
        -  "MD",
        -  "ME",
        -  "MK",
        -  "MT",
        -  "MX",
        -  "MY",
        -  "NG",
        -  "NI",
        -  "NL",
        -  "NO",
        -  "NZ",
        -  "OM",
        -  "PK",
        -  "PA",
        -  "PE",
        -  "PH",
        -  "PL",
        -  "PT",
        -  "PY",
        -  "PS",
        -  "QA",
        -  "RO",
        -  "RS",
        -  "SA",
        -  "SE",
        -  "SG",
        -  "SI",
        -  "SK",
        -  "SV",
        -  "TH",
        -  "TN",
        -  "TR",
        -  "TW",
        -  "UA",
        -  "US",
        -  "UY",
        -  "VE",
        -  "VN",
        -  "ZA"
        -]New value: +[
        +  "AE",
        +  "AL",
        +  "AM",
        +  "AR",
        +  "AT",
        +  "AU",
        +  "BA",
        +  "BE",
        +  "BG",
        +  "BH",
        +  "BO",
        +  "BR",
        +  "BY",
        +  "CA",
        +  "CH",
        +  "CL",
        +  "CO",
        +  "CR",
        +  "CY",
        +  "CZ",
        +  "DE",
        +  "DK",
        +  "DO",
        +  "EC",
        +  "EE",
        +  "EG",
        +  "ES",
        +  "FI",
        +  "FR",
        +  "GB",
        +  "GE",
        +  "GH",
        +  "GR",
        +  "GT",
        +  "HK",
        +  "HN",
        +  "HR",
        +  "HU",
        +  "ID",
        +  "IE",
        +  "IL",
        +  "IN",
        +  "IQ",
        +  "IS",
        +  "IT",
        +  "JO",
        +  "JP",
        +  "KR",
        +  "KW",
        +  "LB",
        +  "LT",
        +  "LU",
        +  "LV",
        +  "MA",
        +  "MD",
        +  "ME",
        +  "MK",
        +  "MT",
        +  "MX",
        +  "MY",
        +  "NG",
        +  "NI",
        +  "NL",
        +  "NO",
        +  "NZ",
        +  "OM",
        +  "PK",
        +  "PA",
        +  "PE",
        +  "PH",
        +  "PL",
        +  "PT",
        +  "PY",
        +  "PS",
        +  "QA",
        +  "RO",
        +  "RS",
        +  "SA",
        +  "SE",
        +  "SG",
        +  "SI",
        +  "SK",
        +  "SV",
        +  "TH",
        +  "TN",
        +  "TR",
        +  "TW",
        +  "UA",
        +  "US",
        +  "UY",
        +  "VE",
        +  "VN",
        +  "ZA"
        +]
    • Changedcreate_topics1 field changed
      • changedInput schema / properties / topics / items / properties / country_code / enum
        Previous value: -[
        -  "AE",
        -  "AL",
        -  "AM",
        -  "AR",
        -  "AT",
        -  "AU",
        -  "BA",
        -  "BE",
        -  "BG",
        -  "BH",
        -  "BO",
        -  "BR",
        -  "BY",
        -  "CA",
        -  "CH",
        -  "CL",
        -  "CO",
        -  "CR",
        -  "CY",
        -  "CZ",
        -  "DE",
        -  "DK",
        -  "DO",
        -  "EC",
        -  "EE",
        -  "EG",
        -  "ES",
        -  "FI",
        -  "FR",
        -  "GB",
        -  "GE",
        -  "GH",
        -  "GR",
        -  "GT",
        -  "HN",
        -  "HR",
        -  "HU",
        -  "ID",
        -  "IE",
        -  "IL",
        -  "IN",
        -  "IQ",
        -  "IS",
        -  "IT",
        -  "JO",
        -  "JP",
        -  "KR",
        -  "KW",
        -  "LB",
        -  "LT",
        -  "LU",
        -  "LV",
        -  "MA",
        -  "MD",
        -  "ME",
        -  "MK",
        -  "MT",
        -  "MX",
        -  "MY",
        -  "NG",
        -  "NI",
        -  "NL",
        -  "NO",
        -  "NZ",
        -  "OM",
        -  "PK",
        -  "PA",
        -  "PE",
        -  "PH",
        -  "PL",
        -  "PT",
        -  "PY",
        -  "PS",
        -  "QA",
        -  "RO",
        -  "RS",
        -  "SA",
        -  "SE",
        -  "SG",
        -  "SI",
        -  "SK",
        -  "SV",
        -  "TH",
        -  "TN",
        -  "TR",
        -  "TW",
        -  "UA",
        -  "US",
        -  "UY",
        -  "VE",
        -  "VN",
        -  "ZA"
        -]New value: +[
        +  "AE",
        +  "AL",
        +  "AM",
        +  "AR",
        +  "AT",
        +  "AU",
        +  "BA",
        +  "BE",
        +  "BG",
        +  "BH",
        +  "BO",
        +  "BR",
        +  "BY",
        +  "CA",
        +  "CH",
        +  "CL",
        +  "CO",
        +  "CR",
        +  "CY",
        +  "CZ",
        +  "DE",
        +  "DK",
        +  "DO",
        +  "EC",
        +  "EE",
        +  "EG",
        +  "ES",
        +  "FI",
        +  "FR",
        +  "GB",
        +  "GE",
        +  "GH",
        +  "GR",
        +  "GT",
        +  "HK",
        +  "HN",
        +  "HR",
        +  "HU",
        +  "ID",
        +  "IE",
        +  "IL",
        +  "IN",
        +  "IQ",
        +  "IS",
        +  "IT",
        +  "JO",
        +  "JP",
        +  "KR",
        +  "KW",
        +  "LB",
        +  "LT",
        +  "LU",
        +  "LV",
        +  "MA",
        +  "MD",
        +  "ME",
        +  "MK",
        +  "MT",
        +  "MX",
        +  "MY",
        +  "NG",
        +  "NI",
        +  "NL",
        +  "NO",
        +  "NZ",
        +  "OM",
        +  "PK",
        +  "PA",
        +  "PE",
        +  "PH",
        +  "PL",
        +  "PT",
        +  "PY",
        +  "PS",
        +  "QA",
        +  "RO",
        +  "RS",
        +  "SA",
        +  "SE",
        +  "SG",
        +  "SI",
        +  "SK",
        +  "SV",
        +  "TH",
        +  "TN",
        +  "TR",
        +  "TW",
        +  "UA",
        +  "US",
        +  "UY",
        +  "VE",
        +  "VN",
        +  "ZA"
        +]
    • Changedget_brand_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_domain_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_url_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4",
        -                "qwen-3-6-plus"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "qwen-0",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HK",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
  8. 1 tool update
    • Changedset_project_profile1 field changed
      • changedInput schema / properties / targetMarkets / items / properties / marketSize / enum
        Previous value: -[
        -  "Neighborhood",
        -  "City",
        -  "Metro Area",
        -  "County",
        -  "State/Province",
        -  "Multi-State Region",
        -  "National",
        -  "Continental Bloc",
        -  "Sub-Global",
        -  "Global"
        -]New value: +[
        +  "Neighborhood",
        +  "City",
        +  "State/Province",
        +  "National",
        +  "Continental Bloc",
        +  "Global"
        +]
  9. 1 tool update
    • Changedset_project_profile7 fields changed
      • removedInput schema / properties / audienceDistribution / description
        Removed value: -"Audience mix percentages — must sum to 100"
      • removedInput schema / properties / brandPresentation / description
        Removed value: -"Adjectives that define the brand's positioning (e.g. premium, challenger)"
      • removedInput schema / properties / industry / description
        Removed value: -"Industry or vertical (e.g. FinTech, E-commerce)"
      • removedInput schema / properties / occupation / description
        Removed value: -"Short brand description used in every generated prompt — be specific."
      • removedInput schema / properties / productsAndServices / description
        Removed value: -"Main product lines, service categories, or flagship offerings"
      • removedInput schema / properties / targetMarkets / description
        Removed value: -"Geographic scope of the brand"
      • changedInput schema / required
        Previous value: -[
        -  "project_id",
        -  "occupation",
        -  "industry",
        -  "brandPresentation",
        -  "productsAndServices",
        -  "targetMarkets",
        -  "audienceDistribution"
        -]New value: +[
        +  "occupation",
        +  "industry",
        +  "brandPresentation",
        +  "productsAndServices",
        +  "targetMarkets",
        +  "audienceDistribution",
        +  "project_id"
        +]
  10. 2 tool updates
    • Addedget_project_profile
    • Addedset_project_profile
  11. 3 tool updates
    • Changedcreate_brand1 field changed
      • addedInput schema / properties / color
        Added value: +{
        +  "description": "Hex color like #1A2B3C",
        +  "type": "string"
        +}
    • Changedcreate_brands1 field changed
      • addedInput schema / properties / brands / items / properties / color
        Added value: +{
        +  "description": "Hex color like #1A2B3C",
        +  "type": "string"
        +}
    • Changedupdate_brand1 field changed
      • addedInput schema / properties / color
        Added value: +{
        +  "description": "Hex color like #1A2B3C",
        +  "type": "string"
        +}
  12. 3 tool updates
    • Changedget_brand_report1 field changed
      • addedInput schema / properties / order_by
        Added value: +{
        +  "description": "Sort results by one or more fields. Array of {field, direction} entries (direction defaults to \"desc\"). Multiple entries create a multi-key sort. Sortable fields: visibility, visibility_count, mention_count, sentiment, position, share_of_voice.",
        +  "example": [
        +    {
        +      "direction": "desc",
        +      "field": "visibility"
        +    }
        +  ],
        +  "items": {
        +    "properties": {
        +      "direction": {
        +        "default": "desc",
        +        "enum": [
        +          "asc",
        +          "desc"
        +        ],
        +        "type": "string"
        +      },
        +      "field": {
        +        "enum": [
        +          "visibility",
        +          "visibility_count",
        +          "mention_count",
        +          "sentiment",
        +          "position",
        +          "share_of_voice"
        +        ],
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "field"
        +    ],
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
    • Changedget_domain_report1 field changed
      • addedInput schema / properties / order_by
        Added value: +{
        +  "description": "Sort results by one or more fields. Array of {field, direction} entries (direction defaults to \"desc\"). Multiple entries create a multi-key sort. Sortable fields: citation_rate, retrieval_count, citation_count.",
        +  "example": [
        +    {
        +      "direction": "desc",
        +      "field": "citation_rate"
        +    }
        +  ],
        +  "items": {
        +    "properties": {
        +      "direction": {
        +        "default": "desc",
        +        "enum": [
        +          "asc",
        +          "desc"
        +        ],
        +        "type": "string"
        +      },
        +      "field": {
        +        "enum": [
        +          "citation_rate",
        +          "retrieval_count",
        +          "citation_count"
        +        ],
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "field"
        +    ],
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
    • Changedget_url_report1 field changed
      • addedInput schema / properties / order_by
        Added value: +{
        +  "description": "Sort results by one or more fields. Array of {field, direction} entries (direction defaults to \"desc\"). Multiple entries create a multi-key sort. Sortable fields: retrieval_count, retrievals, citation_count, citation_rate.",
        +  "example": [
        +    {
        +      "direction": "desc",
        +      "field": "retrieval_count"
        +    }
        +  ],
        +  "items": {
        +    "properties": {
        +      "direction": {
        +        "default": "desc",
        +        "enum": [
        +          "asc",
        +          "desc"
        +        ],
        +        "type": "string"
        +      },
        +      "field": {
        +        "enum": [
        +          "retrieval_count",
        +          "retrievals",
        +          "citation_count",
        +          "citation_rate"
        +        ],
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "field"
        +    ],
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
  13. 5 tool updates
    • Addedcreate_tags
    • Addedcreate_topics
    • Addeddelete_tags
    • Addeddelete_topics
    • Changedlist_projects1 field changed
      • changedInput schema / properties / include_inactive / description
        Previous value: -"Include ended/inactive projects. Default: only active projects."New value: +"Include ended/inactive projects. Default false. Only set to true as a fallback when a project the user named was not found in the default active list — don't set it preemptively."
  14. 4 tool updates
    • Addedcreate_brands
    • Addedcreate_prompts
    • Addeddelete_brands
    • Addeddelete_prompts
  15. 6 tool updates
    • Changedget_brand_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_domain_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_url_report1 field changed
      • changedInput schema / properties / filters / items / anyOf
        Previous value: -[
        -  {
        -    "anyOf": [
        -      {
        -        "deprecated": true,
        -        "description": "Deprecated: use model_channel_id filter instead",
        -        "properties": {
        -          "field": {
        -            "const": "model_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "chatgpt-scraper",
        -                "gpt-4o",
        -                "gpt-4o-search",
        -                "gpt-3.5-turbo",
        -                "llama-sonar",
        -                "perplexity-scraper",
        -                "sonar",
        -                "gemini-2.5-flash",
        -                "gemini-scraper",
        -                "google-ai-overview-scraper",
        -                "google-ai-mode-scraper",
        -                "llama-3.3-70b-instruct",
        -                "deepseek-r1",
        -                "claude-3.5-haiku",
        -                "claude-haiku-4.5",
        -                "claude-sonnet-4",
        -                "grok-scraper",
        -                "microsoft-copilot-scraper",
        -                "grok-4"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "model_channel_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "openai-0",
        -                "openai-1",
        -                "openai-2",
        -                "perplexity-0",
        -                "perplexity-1",
        -                "google-0",
        -                "google-1",
        -                "google-2",
        -                "google-3",
        -                "anthropic-0",
        -                "anthropic-1",
        -                "deepseek-0",
        -                "meta-0",
        -                "xai-0",
        -                "xai-1",
        -                "microsoft-0"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "tag_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "topic_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "prompt_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "country_code",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "enum": [
        -                "AE",
        -                "AL",
        -                "AM",
        -                "AR",
        -                "AT",
        -                "AU",
        -                "BA",
        -                "BE",
        -                "BG",
        -                "BH",
        -                "BO",
        -                "BR",
        -                "BY",
        -                "CA",
        -                "CH",
        -                "CL",
        -                "CO",
        -                "CR",
        -                "CY",
        -                "CZ",
        -                "DE",
        -                "DK",
        -                "DO",
        -                "EC",
        -                "EE",
        -                "EG",
        -                "ES",
        -                "FI",
        -                "FR",
        -                "GB",
        -                "GE",
        -                "GH",
        -                "GR",
        -                "GT",
        -                "HN",
        -                "HR",
        -                "HU",
        -                "ID",
        -                "IE",
        -                "IL",
        -                "IN",
        -                "IQ",
        -                "IS",
        -                "IT",
        -                "JO",
        -                "JP",
        -                "KR",
        -                "KW",
        -                "LB",
        -                "LT",
        -                "LU",
        -                "LV",
        -                "MA",
        -                "MD",
        -                "ME",
        -                "MK",
        -                "MT",
        -                "MX",
        -                "MY",
        -                "NG",
        -                "NI",
        -                "NL",
        -                "NO",
        -                "NZ",
        -                "OM",
        -                "PK",
        -                "PA",
        -                "PE",
        -                "PH",
        -                "PL",
        -                "PT",
        -                "PY",
        -                "PS",
        -                "QA",
        -                "RO",
        -                "RS",
        -                "SA",
        -                "SE",
        -                "SG",
        -                "SI",
        -                "SK",
        -                "SV",
        -                "TH",
        -                "TN",
        -                "TR",
        -                "TW",
        -                "UA",
        -                "US",
        -                "UY",
        -                "VE",
        -                "VN",
        -                "ZA"
        -              ],
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      },
        -      {
        -        "properties": {
        -          "field": {
        -            "const": "chat_id",
        -            "type": "string"
        -          },
        -          "operator": {
        -            "enum": [
        -              "in",
        -              "not_in"
        -            ],
        -            "type": "string"
        -          },
        -          "values": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "minItems": 1,
        -            "type": "array"
        -          }
        -        },
        -        "required": [
        -          "field",
        -          "operator",
        -          "values"
        -        ],
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "domain",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "url",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_id",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "in",
        -          "not_in"
        -        ],
        -        "type": "string"
        -      },
        -      "values": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "minItems": 1,
        -        "type": "array"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "values"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "mentioned_brand_count",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "properties": {
        -      "field": {
        -        "const": "gap",
        -        "type": "string"
        -      },
        -      "operator": {
        -        "enum": [
        -          "gt",
        -          "gte",
        -          "lt",
        -          "lte"
        -        ],
        -        "type": "string"
        -      },
        -      "value": {
        -        "maximum": 9007199254740991,
        -        "minimum": 0,
        -        "type": "integer"
        -      }
        -    },
        -    "required": [
        -      "field",
        -      "operator",
        -      "value"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "anyOf": [
        +      {
        +        "deprecated": true,
        +        "description": "Deprecated: use model_channel_id filter instead",
        +        "properties": {
        +          "field": {
        +            "const": "model_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "chatgpt-scraper",
        +                "gpt-4o",
        +                "gpt-4o-search",
        +                "gpt-3.5-turbo",
        +                "llama-sonar",
        +                "perplexity-scraper",
        +                "sonar",
        +                "gemini-2.5-flash",
        +                "gemini-scraper",
        +                "google-ai-overview-scraper",
        +                "google-ai-mode-scraper",
        +                "llama-3.3-70b-instruct",
        +                "deepseek-r1",
        +                "claude-3.5-haiku",
        +                "claude-haiku-4.5",
        +                "claude-sonnet-4",
        +                "grok-scraper",
        +                "microsoft-copilot-scraper",
        +                "grok-4",
        +                "qwen-3-6-plus"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "model_channel_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "openai-0",
        +                "openai-1",
        +                "qwen-0",
        +                "openai-2",
        +                "perplexity-0",
        +                "perplexity-1",
        +                "google-0",
        +                "google-1",
        +                "google-2",
        +                "google-3",
        +                "anthropic-0",
        +                "anthropic-1",
        +                "deepseek-0",
        +                "meta-0",
        +                "xai-0",
        +                "xai-1",
        +                "microsoft-0"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "tag_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "topic_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "prompt_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "country_code",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "enum": [
        +                "AE",
        +                "AL",
        +                "AM",
        +                "AR",
        +                "AT",
        +                "AU",
        +                "BA",
        +                "BE",
        +                "BG",
        +                "BH",
        +                "BO",
        +                "BR",
        +                "BY",
        +                "CA",
        +                "CH",
        +                "CL",
        +                "CO",
        +                "CR",
        +                "CY",
        +                "CZ",
        +                "DE",
        +                "DK",
        +                "DO",
        +                "EC",
        +                "EE",
        +                "EG",
        +                "ES",
        +                "FI",
        +                "FR",
        +                "GB",
        +                "GE",
        +                "GH",
        +                "GR",
        +                "GT",
        +                "HN",
        +                "HR",
        +                "HU",
        +                "ID",
        +                "IE",
        +                "IL",
        +                "IN",
        +                "IQ",
        +                "IS",
        +                "IT",
        +                "JO",
        +                "JP",
        +                "KR",
        +                "KW",
        +                "LB",
        +                "LT",
        +                "LU",
        +                "LV",
        +                "MA",
        +                "MD",
        +                "ME",
        +                "MK",
        +                "MT",
        +                "MX",
        +                "MY",
        +                "NG",
        +                "NI",
        +                "NL",
        +                "NO",
        +                "NZ",
        +                "OM",
        +                "PK",
        +                "PA",
        +                "PE",
        +                "PH",
        +                "PL",
        +                "PT",
        +                "PY",
        +                "PS",
        +                "QA",
        +                "RO",
        +                "RS",
        +                "SA",
        +                "SE",
        +                "SG",
        +                "SI",
        +                "SK",
        +                "SV",
        +                "TH",
        +                "TN",
        +                "TR",
        +                "TW",
        +                "UA",
        +                "US",
        +                "UY",
        +                "VE",
        +                "VN",
        +                "ZA"
        +              ],
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "properties": {
        +          "field": {
        +            "const": "chat_id",
        +            "type": "string"
        +          },
        +          "operator": {
        +            "enum": [
        +              "in",
        +              "not_in"
        +            ],
        +            "type": "string"
        +          },
        +          "values": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "minItems": 1,
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "field",
        +          "operator",
        +          "values"
        +        ],
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "domain",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "url",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_id",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "in",
        +          "not_in"
        +        ],
        +        "type": "string"
        +      },
        +      "values": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "minItems": 1,
        +        "type": "array"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "values"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "mentioned_brand_count",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "properties": {
        +      "field": {
        +        "const": "gap",
        +        "type": "string"
        +      },
        +      "operator": {
        +        "enum": [
        +          "gt",
        +          "gte",
        +          "lt",
        +          "lte"
        +        ],
        +        "type": "string"
        +      },
        +      "value": {
        +        "maximum": 9007199254740991,
        +        "minimum": 0,
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "field",
        +      "operator",
        +      "value"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedlist_chats1 field changed
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus"
        +]
    • Changedlist_search_queries2 fields changed
      • changedInput schema / properties / model_channel_id / enum
        Previous value: -[
        -  "openai-0",
        -  "openai-1",
        -  "openai-2",
        -  "perplexity-0",
        -  "perplexity-1",
        -  "google-0",
        -  "google-1",
        -  "google-2",
        -  "google-3",
        -  "anthropic-0",
        -  "anthropic-1",
        -  "deepseek-0",
        -  "meta-0",
        -  "xai-0",
        -  "xai-1",
        -  "microsoft-0"
        -]New value: +[
        +  "openai-0",
        +  "openai-1",
        +  "qwen-0",
        +  "openai-2",
        +  "perplexity-0",
        +  "perplexity-1",
        +  "google-0",
        +  "google-1",
        +  "google-2",
        +  "google-3",
        +  "anthropic-0",
        +  "anthropic-1",
        +  "deepseek-0",
        +  "meta-0",
        +  "xai-0",
        +  "xai-1",
        +  "microsoft-0"
        +]
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus"
        +]
    • Changedlist_shopping_queries2 fields changed
      • changedInput schema / properties / model_channel_id / enum
        Previous value: -[
        -  "openai-0",
        -  "openai-1",
        -  "openai-2",
        -  "perplexity-0",
        -  "perplexity-1",
        -  "google-0",
        -  "google-1",
        -  "google-2",
        -  "google-3",
        -  "anthropic-0",
        -  "anthropic-1",
        -  "deepseek-0",
        -  "meta-0",
        -  "xai-0",
        -  "xai-1",
        -  "microsoft-0"
        -]New value: +[
        +  "openai-0",
        +  "openai-1",
        +  "qwen-0",
        +  "openai-2",
        +  "perplexity-0",
        +  "perplexity-1",
        +  "google-0",
        +  "google-1",
        +  "google-2",
        +  "google-3",
        +  "anthropic-0",
        +  "anthropic-1",
        +  "deepseek-0",
        +  "meta-0",
        +  "xai-0",
        +  "xai-1",
        +  "microsoft-0"
        +]
      • changedInput schema / properties / model_id / enum
        Previous value: -[
        -  "chatgpt-scraper",
        -  "gpt-4o",
        -  "gpt-4o-search",
        -  "gpt-3.5-turbo",
        -  "llama-sonar",
        -  "perplexity-scraper",
        -  "sonar",
        -  "gemini-2.5-flash",
        -  "gemini-scraper",
        -  "google-ai-overview-scraper",
        -  "google-ai-mode-scraper",
        -  "llama-3.3-70b-instruct",
        -  "deepseek-r1",
        -  "claude-3.5-haiku",
        -  "claude-haiku-4.5",
        -  "claude-sonnet-4",
        -  "grok-scraper",
        -  "microsoft-copilot-scraper",
        -  "grok-4"
        -]New value: +[
        +  "chatgpt-scraper",
        +  "gpt-4o",
        +  "gpt-4o-search",
        +  "gpt-3.5-turbo",
        +  "llama-sonar",
        +  "perplexity-scraper",
        +  "sonar",
        +  "gemini-2.5-flash",
        +  "gemini-scraper",
        +  "google-ai-overview-scraper",
        +  "google-ai-mode-scraper",
        +  "llama-3.3-70b-instruct",
        +  "deepseek-r1",
        +  "claude-3.5-haiku",
        +  "claude-haiku-4.5",
        +  "claude-sonnet-4",
        +  "grok-scraper",
        +  "microsoft-copilot-scraper",
        +  "grok-4",
        +  "qwen-3-6-plus"
        +]

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Analyze LinkedIn & email outreach campaigns, track pipeline performance, and review lead conversations for RevOps, Sales Managers, and SDR teams.
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources