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.
- Status
- Unhealthy
- OAuth
- Works in Glama
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 8 tools
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.
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.
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.
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.
6 tool updates
- Changed
get_brand_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_domain_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_url_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
list_chats1 field changed- changed
Input schema / properties / model_id / enumPrevious 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" +]
- Changed
list_search_queries1 field changed- changed
Input schema / properties / model_id / enumPrevious 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" +]
- Changed
list_shopping_queries1 field changed- changed
Input schema / properties / model_id / enumPrevious 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 tool updates
- Changed
create_prompt1 field changed- changed
Input schema / properties / text / maxLengthPrevious value: -200New value: +700
- Changed
create_prompts1 field changed- changed
Input schema / properties / prompts / items / properties / text / maxLengthPrevious value: -200New value: +700
5 tool updates
- Changed
get_brand_report2 fields changed- changed
Input schema / properties / dimensions / descriptionPrevious 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." - changed
Input schema / properties / filters / descriptionPrevious 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."
- Changed
get_domain_report2 fields changed- changed
Input schema / properties / dimensions / descriptionPrevious 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." - changed
Input schema / properties / filters / descriptionPrevious 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."
- Changed
get_url_report2 fields changed- changed
Input schema / properties / dimensions / descriptionPrevious 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." - changed
Input schema / properties / filters / descriptionPrevious 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."
- Changed
list_chats2 fields changed- added
Input schema / properties / model_channel_idAdded 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" +} - changed
Input schema / properties / model_id / descriptionPrevious 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."
- Added
list_model_channels
6 tool updates
- Changed
get_brand_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_domain_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_url_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
list_chats1 field changed- changed
Input schema / properties / model_id / enumPrevious 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" +]
- Changed
list_search_queries2 fields changed- changed
Input schema / properties / model_channel_id / enumPrevious 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" +] - changed
Input schema / properties / model_id / enumPrevious 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" +]
- Changed
list_shopping_queries2 fields changed- changed
Input schema / properties / model_channel_id / enumPrevious 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" +] - changed
Input schema / properties / model_id / enumPrevious 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" +]
2 tool updates
- Changed
get_domain_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_url_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
2 tool updates
- Changed
get_domain_report2 fields changed- changed
Input schema / properties / filters / descriptionPrevious 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." - changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_url_report2 fields changed- changed
Input schema / properties / filters / descriptionPrevious 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." - changed
Input schema / properties / filters / items / anyOfPrevious 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 tool updates
- Changed
create_prompt1 field changed- changed
Input schema / properties / country_code / enumPrevious 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" +]
- Changed
create_prompts1 field changed- changed
Input schema / properties / prompts / items / properties / country_code / enumPrevious 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" +]
- Changed
create_topic1 field changed- changed
Input schema / properties / country_code / enumPrevious 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" +]
- Changed
create_topics1 field changed- changed
Input schema / properties / topics / items / properties / country_code / enumPrevious 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" +]
- Changed
get_brand_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_domain_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_url_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
1 tool update
- Changed
set_project_profile1 field changed- changed
Input schema / properties / targetMarkets / items / properties / marketSize / enumPrevious 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" +]
1 tool update
- Changed
set_project_profile7 fields changed- removed
Input schema / properties / audienceDistribution / descriptionRemoved value: -"Audience mix percentages — must sum to 100" - removed
Input schema / properties / brandPresentation / descriptionRemoved value: -"Adjectives that define the brand's positioning (e.g. premium, challenger)" - removed
Input schema / properties / industry / descriptionRemoved value: -"Industry or vertical (e.g. FinTech, E-commerce)" - removed
Input schema / properties / occupation / descriptionRemoved value: -"Short brand description used in every generated prompt — be specific." - removed
Input schema / properties / productsAndServices / descriptionRemoved value: -"Main product lines, service categories, or flagship offerings" - removed
Input schema / properties / targetMarkets / descriptionRemoved value: -"Geographic scope of the brand" - changed
Input schema / requiredPrevious value: -[ - "project_id", - "occupation", - "industry", - "brandPresentation", - "productsAndServices", - "targetMarkets", - "audienceDistribution" -]New value: +[ + "occupation", + "industry", + "brandPresentation", + "productsAndServices", + "targetMarkets", + "audienceDistribution", + "project_id" +]
2 tool updates
- Added
get_project_profile - Added
set_project_profile
3 tool updates
- Changed
create_brand1 field changed- added
Input schema / properties / colorAdded value: +{ + "description": "Hex color like #1A2B3C", + "type": "string" +}
- Changed
create_brands1 field changed- added
Input schema / properties / brands / items / properties / colorAdded value: +{ + "description": "Hex color like #1A2B3C", + "type": "string" +}
- Changed
update_brand1 field changed- added
Input schema / properties / colorAdded value: +{ + "description": "Hex color like #1A2B3C", + "type": "string" +}
3 tool updates
- Changed
get_brand_report1 field changed- added
Input schema / properties / order_byAdded 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" +}
- Changed
get_domain_report1 field changed- added
Input schema / properties / order_byAdded 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" +}
- Changed
get_url_report1 field changed- added
Input schema / properties / order_byAdded 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" +}
5 tool updates
- Added
create_tags - Added
create_topics - Added
delete_tags - Added
delete_topics - Changed
list_projects1 field changed- changed
Input schema / properties / include_inactive / descriptionPrevious 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."
4 tool updates
- Added
create_brands - Added
create_prompts - Added
delete_brands - Added
delete_prompts
6 tool updates
- Changed
get_brand_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_domain_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
get_url_report1 field changed- changed
Input schema / properties / filters / items / anyOfPrevious 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" + } +]
- Changed
list_chats1 field changed- changed
Input schema / properties / model_id / enumPrevious 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" +]
- Changed
list_search_queries2 fields changed- changed
Input schema / properties / model_channel_id / enumPrevious 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" +] - changed
Input schema / properties / model_id / enumPrevious 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" +]
- Changed
list_shopping_queries2 fields changed- changed
Input schema / properties / model_channel_id / enumPrevious 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" +] - changed
Input schema / properties / model_id / enumPrevious 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
- AlicenseNot gradedqualityDmaintenanceEnables 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

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityBmaintenanceAnalyze LinkedIn & email outreach campaigns, track pipeline performance, and review lead conversations for RevOps, Sales Managers, and SDR teams.Apache 2.0
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11291MIT