The competitor analysis agent gives your sales team a clear picture of who the target company already works with or might consider instead of you. It combines your pre-supplied competitor data with a live web search for the most recent competitive landscape, then asks the LLM to synthesize everything into an actionable report. The result is stored inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/vrashmanyu605-eng/Agentic_Sales-Markerting/llms.txt
Use this file to discover all available pages before exploring further.
competitor_analysis and is available to outreach and proposal agents that need to position your services against the competition.
State inputs
The name of the target company. Used to build the competitor search query.
Pre-supplied background data about known competitors. This can be a list of competitor names, brief profiles, or any other context about the competitive environment.
State outputs
A JSON string containing the LLM’s competitive intelligence report. See output schema for the full field list.
What it does
Build a targeted competitor search query
The agent constructs a search query combining the target company name, the supplied competitors data, and the terms
"IT services 2024 2025". For example: "competitors of Acme Corp ERP vendors IT services 2024 2025". This focuses the search on the current year’s competitive landscape.Search for fresh competitor data
The agent calls
web_search with the constructed query. The search results provide up-to-date information about vendors the target company uses or is evaluating, recent contract news, and market positioning articles.Generate the competitive intelligence report
The agent sends
company_name, competitors_data, and the fresh search_results to the LLM. The LLM produces a structured JSON report covering eight dimensions: competitor strengths and weaknesses, market position, pricing comparison, service gaps, differentiators, market opportunities, and a recommended winning strategy.Tools used
web_search
Retrieves current competitive intelligence including vendor comparisons, market positioning, and pricing data for the target company’s industry.