yutori-research
Original:🇺🇸 English
Translated
Execute deep web research on any topic using Yutori's research agents. Use for competitive analysis, market research, finding documentation, or answering complex questions that require synthesizing information from multiple sources.
5installs
Sourceyutori-ai/yutori-mcp
Added on
NPX Install
npx skill4agent add yutori-ai/yutori-mcp yutori-researchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Deep Web Research
Help the user conduct thorough web research using Yutori's Research API.
Process
-
Understand the research goal
- What question needs answering?
- What type of sources matter? (news, academic, documentation, social, financial filings)
- Any time constraints? (recent only, historical)
- What format should the output be in?
-
Craft the research query Similar to scout queries, comprehensive research queries include:
- Context on why this research matters
- Specific questions to answer
- Sources to prioritize
- Output format expectations
-
Start the research task Usewith:
run_research_task- : The research question with context
query - : For time-relevant searches
user_timezone - : If structured output is needed (e.g., ["title", "summary", "source_url", "date"])
output_fields
-
Poll for results
- Important: Research typically takes 5-10 minutes (300-600 seconds)
- Use to check status
get_research_task_result - Poll every 30 seconds until or
succeededfailed - The task runs asynchronously - you can inform the user to wait
-
Synthesize and present findings
- Organize results by relevance
- Highlight key insights
- Note sources for verification
$ARGUMENTS