{"id":"share_of_voice_analysis","name":"Share Of Voice Analysis","alias":"ShareOfVoiceAnalysis","aliases":[],"description_short":"Analyze the share of voice (no brand config required)","description_long":"Analyze the share of voice with per-brand sentiment and addressed topics","description_tool_prompt":"Analyze the share of voice with per-brand sentiment and addressed topics","source":"Targeted Provider (ChatGPT, Google AI Mode, Perplexity,etc.)","conversation_examples":[],"tags":["competitive analysis"],"available_in_chat":false,"available_in_deepthink":false,"available_in_mcp":null,"mcp_audience":"all","config":{"type":"object","properties":{"domains":{"description":"The brand's domains","items":{"type":"string"},"title":"Domains","type":"array"},"llm_model":{"default":"google:gemini-3.1-flash-lite","description":"Override LLM model (provider:model_name)","title":"Llm Model","type":"string"}},"required":["domains"]},"item":{"type":"object","properties":{"query":{"description":"The search query to analyze","title":"Query","type":"string"},"text":{"description":"The text to analyze","title":"Text","type":"string"},"links":{"description":"The links to analyze","items":{"$ref":"#/$defs/Link"},"title":"Links","type":"array"},"provider_name":{"description":"The provider name","title":"Provider Name","type":"string"}},"required":["query","text","links","provider_name"],"$defs":{"Link":{"properties":{"url":{"title":"Url","type":"string"},"position":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Position"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Title"},"text":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Text"}},"required":["url"],"title":"Link","type":"object"}}},"response":{"$defs":{"AddressedTopic":{"description":"A topic addressed about a brand with its sentiment.","properties":{"topic":{"description":"Topic addressed (1-3 words, e.g. 'pricing', 'reliability')","title":"Topic","type":"string"},"sentiment":{"description":"Sentiment for this topic about this brand (positive, negative, or neutral)","enum":["positive","negative","neutral"],"title":"Sentiment","type":"string"}},"required":["topic","sentiment"],"title":"AddressedTopic","type":"object"},"BrandMention":{"description":"A brand mentioned in the AI answer with rationale and per-topic sentiments.","properties":{"name":{"description":"Brand name (lowercase, no duplicates, max 100 characters)","maxLength":100,"title":"Name","type":"string"},"rationale":{"description":"Concise explanation (1 sentence) of where/how the brand appears in the answer.\nExample: \"Recommended as budget option in the comparison section.\"\nExample: \"Listed among alternatives without detailed evaluation.\"\nExample: \"Mentioned as market leader in the introduction.\"","title":"Rationale","type":"string"},"addressed_topics":{"default":[],"description":"Topics discussed about THIS BRAND with their sentiment (max 3).\nEach topic should be 1-3 words (e.g. \"pricing\", \"reliability\", \"customer support\").\nExample for Nike: [{\"topic\": \"durability\", \"sentiment\": \"positive\"}, {\"topic\": \"pricing\", \"sentiment\": \"negative\"}, {\"topic\": \"delivery\", \"sentiment\": \"neutral\"}]","items":{"$ref":"#/$defs/AddressedTopic"},"maxItems":3,"title":"Addressed Topics","type":"array"}},"required":["name","rationale"],"title":"BrandMention","type":"object"},"DomainCitation":{"properties":{"domain":{"title":"Domain","type":"string"},"best_position":{"title":"Best Position","type":"integer"}},"required":["domain","best_position"],"title":"DomainCitation","type":"object"},"DomainsAnalysis":{"properties":{"domains_citations":{"items":{"$ref":"#/$defs/DomainCitation"},"title":"Domains Citations","type":"array"},"best_position":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Best Position"},"best_position_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Best Position Url"},"nb_urls_matching_domain":{"title":"Nb Urls Matching Domain","type":"integer"}},"required":["domains_citations","best_position","best_position_url","nb_urls_matching_domain"],"title":"DomainsAnalysis","type":"object"}},"properties":{"summary":{"description":"Summary of brand mentions and analysis","title":"Summary","type":"string"},"all_brands_with_sentiment":{"description":"List of brands mentioned with their sentiment, rationale, and topics","items":{"$ref":"#/$defs/BrandMention"},"title":"All Brands With Sentiment","type":"array"},"domain_analysis":{"$ref":"#/$defs/DomainsAnalysis","description":"Domain analysis"}},"required":["summary","all_brands_with_sentiment","domain_analysis"],"title":"ShareOfVoiceAnalysisProcessedItem","type":"object"},"has_canvas":false,"open_canvas_automatically":false}