Skip to main content
Glama

Agentic Tools MCP Server

by Pimzino

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

NameRequiredDescriptionDefault
includeAdvancedNoInclude advanced search operators and techniques
queryTypesNoTypes of queries to generate
targetYearNoTarget year for recent information (default: current year)
taskIdYesID of the task to generate research queries for
workingDirectoryYesThe 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.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeAdvanced": { "default": false, "description": "Include advanced search operators and techniques", "type": "boolean" }, "queryTypes": { "description": "Types of queries to generate", "items": { "enum": [ "implementation", "best_practices", "troubleshooting", "alternatives", "performance", "security", "examples", "tools" ], "type": "string" }, "type": "array" }, "targetYear": { "default": 2025, "description": "Target year for recent information (default: current year)", "type": "number" }, "taskId": { "description": "ID of the task to generate research queries for", "type": "string" }, "workingDirectory": { "description": "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.", "type": "string" } }, "required": [ "workingDirectory", "taskId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pimzino/agentic-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server