Research
Conduct comprehensive research on: $ARGUMENTS
Follow these steps precisely using RivalSearchMCP tools. Report progress after each step.
Step 1: Web Discovery
Use web_search for broad discovery:
- query: "$ARGUMENTS", num_results: 15, extract_content: true, follow_links: true, max_depth: 2
Identify the top 3-5 most relevant URLs. Note key themes and recurring sources.
Step 2: Social & Community Pulse
Use social_search to gauge community discussions:
- query: "$ARGUMENTS", platforms: ["reddit", "hackernews", "devto", "producthunt", "medium"], max_results_per_platform: 10, time_filter: "year"
Analyze what practitioners are saying. Note consensus, debate, and emerging opinions.
Step 3: News Coverage
Use news_aggregation for recent developments:
- query: "$ARGUMENTS", max_results: 15, time_range: "month"
Identify breaking news, announcements, and trend shifts.
Step 4: Academic Literature
Use scientific_research twice for peer-reviewed sources:
- operation: "academic_search", query: "$ARGUMENTS", max_results: 15, sources: ["semantic_scholar", "arxiv"]
- operation: "academic_search", query: "$ARGUMENTS survey OR review OR overview", max_results: 5
Identify the most cited papers, recent publications, key authors, and methodologies. Look for surveys that summarize the field.
Step 5: Datasets & Implementations
Use scientific_research for datasets:
- operation: "dataset_discovery", query: "$ARGUMENTS", max_results: 10
Use github_search for open source implementations:
- query: "$ARGUMENTS", sort: "stars", max_results: 10, include_readme: true
Step 6: Deep Content Retrieval
For the 3-5 most important sources from previous steps:
Use content_operations:
- operation: "retrieve", url: , extraction_method: "markdown"
For any key papers with accessible PDFs, use document_analysis:
- url: , max_pages: 10, extract_metadata: true, summary_length: 1000
Then analyze the most critical content:
- operation: "analyze", content: , analysis_type: "general", extract_key_points: true, summarize: true
Step 7: Compile Report
- Executive Summary — 2-3 paragraph overview of key takeaways
- Key Findings — Numbered list of the most important discoveries
- Web Intelligence — What mainstream sources reveal
- Community Sentiment — Practitioner discussions and opinions
- Recent Developments — News, announcements, trend shifts
- Academic Foundation — Key papers, methodologies, research threads, and key authors
- Datasets & Tools — Available datasets and open source implementations
- Deep Dive Insights — Detailed analysis from primary sources
- Contradictions & Gaps — Where sources disagree or information is missing
- Sources — Complete list of all URLs consulted
Use clean markdown. Cite sources inline with Source Name format.
1---2name: research-513description: Comprehensive multi-source research with academic depth. Searches web, social platforms, news, academic databases, and GitHub. Discovers papers, datasets, and open source implementations. Use when conducting research, literature reviews, or investigating any topic.4---5
6# Research
7
8Conduct comprehensive research on: **$ARGUMENTS**
9
10Follow these steps precisely using RivalSearchMCP tools. Report progress after each step.
11
12## Step 1: Web Discovery
13
14Use `web_search` for broad discovery:
15- query: "$ARGUMENTS", num_results: 15, extract_content: true, follow_links: true, max_depth: 2
16
17Identify the top 3-5 most relevant URLs. Note key themes and recurring sources.
18
19## Step 2: Social & Community Pulse
20
21Use `social_search` to gauge community discussions:
22- query: "$ARGUMENTS", platforms: ["reddit", "hackernews", "devto", "producthunt", "medium"], max_results_per_platform: 10, time_filter: "year"
23
24Analyze what practitioners are saying. Note consensus, debate, and emerging opinions.
25
26## Step 3: News Coverage
27
28Use `news_aggregation` for recent developments:
29- query: "$ARGUMENTS", max_results: 15, time_range: "month"
30
31Identify breaking news, announcements, and trend shifts.
32
33## Step 4: Academic Literature
34
35Use `scientific_research` twice for peer-reviewed sources:
361. operation: "academic_search", query: "$ARGUMENTS", max_results: 15, sources: ["semantic_scholar", "arxiv"]
372. operation: "academic_search", query: "$ARGUMENTS survey OR review OR overview", max_results: 5
38
39Identify the most cited papers, recent publications, key authors, and methodologies. Look for surveys that summarize the field.
40
41## Step 5: Datasets & Implementations
42
43Use `scientific_research` for datasets:
44- operation: "dataset_discovery", query: "$ARGUMENTS", max_results: 10
45
46Use `github_search` for open source implementations:
47- query: "$ARGUMENTS", sort: "stars", max_results: 10, include_readme: true
48
49## Step 6: Deep Content Retrieval
50
51For the 3-5 most important sources from previous steps:
52
53Use `content_operations`:
54- operation: "retrieve", url: <selected_url>, extraction_method: "markdown"
55
56For any key papers with accessible PDFs, use `document_analysis`:
57- url: <paper_pdf_url>, max_pages: 10, extract_metadata: true, summary_length: 1000
58
59Then analyze the most critical content:
60- operation: "analyze", content: <retrieved>, analysis_type: "general", extract_key_points: true, summarize: true
61
62## Step 7: Compile Report
63
641. **Executive Summary** — 2-3 paragraph overview of key takeaways
652. **Key Findings** — Numbered list of the most important discoveries
663. **Web Intelligence** — What mainstream sources reveal
674. **Community Sentiment** — Practitioner discussions and opinions
685. **Recent Developments** — News, announcements, trend shifts
696. **Academic Foundation** — Key papers, methodologies, research threads, and key authors
707. **Datasets & Tools** — Available datasets and open source implementations
718. **Deep Dive Insights** — Detailed analysis from primary sources
729. **Contradictions & Gaps** — Where sources disagree or information is missing
7310. **Sources** — Complete list of all URLs consulted
74
75Use clean markdown. Cite sources inline with [Source Name](URL) format.