generate_research_queries
Create structured and optimized web search queries to streamline research tasks. Specify query types and target recent information for efficient data retrieval.
Instructions
Generate intelligent, targeted web search queries for task research. Provides structured search strategies to help AI agents find the most relevant information efficiently with optimized search terms and techniques.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeAdvanced | No | Include advanced search operators and techniques | |
queryTypes | No | Types of queries to generate | |
targetYear | No | Target year for recent information (default: current year) | |
taskId | Yes | ID of the task to generate research queries for | |
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. |