research_task
Perform targeted web research, generate intelligent suggestions, and store findings in memory for efficient task management. Combines web research with local knowledge caching to enhance research workflow.
Instructions
Guide the AI agent to perform comprehensive web research for a task, with intelligent research suggestions and automatic memory storage of findings. Combines web research capabilities with local knowledge caching for optimal research workflow.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
checkExistingMemories | No | Whether to check existing memories first | |
researchAreas | No | Specific areas to research (auto-generated if not provided) | |
researchDepth | No | Depth of research to perform | standard |
saveToMemories | No | Whether to save research findings to memories | |
taskId | Yes | ID of the task to research | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |