start_research
Begin a complete research session with automatic context loading, creating the session and retrieving existing topic findings in one step.
Instructions
Begin a complete research session with automatic context loading. COMPOSITE TOOL.
AUTOMATIC TRIGGERS - Call this when:
Starting any research task or investigation
User asks to "research" or "look into" something
Beginning work on a new topic area
This replaces calling session_start + search_findings separately. It handles session creation, context injection, and initial finding search in one step.
WORKFLOW: After this returns, proceed with research and call save_finding for important discoveries. When done, call session_end.
PARAMETERS:
session_id: Unique session identifier for this research session
topic: What you'll be researching (used to find relevant past context and search findings)
user_id: Optional user/agent identifier
limit: Max past observations to inject (default: 50)
Returns session info, injected context, and any existing findings on the topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| topic | Yes | ||
| user_id | No | ||
| session_id | Yes |