Skip to main content
Glama

Agentic Tools MCP Server

by Pimzino

research_task

Perform in-depth web research for specific tasks with AI-guided suggestions. Automatically stores findings in memory and checks existing data for efficiency. Enhances research workflows by integrating web and local knowledge.

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

NameRequiredDescriptionDefault
checkExistingMemoriesNoWhether to check existing memories first
researchAreasNoSpecific areas to research (auto-generated if not provided)
researchDepthNoDepth of research to performstandard
saveToMemoriesNoWhether to save research findings to memories
taskIdYesID of the task to research
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": { "checkExistingMemories": { "default": true, "description": "Whether to check existing memories first", "type": "boolean" }, "researchAreas": { "description": "Specific areas to research (auto-generated if not provided)", "items": { "type": "string" }, "type": "array" }, "researchDepth": { "default": "standard", "description": "Depth of research to perform", "enum": [ "quick", "standard", "comprehensive" ], "type": "string" }, "saveToMemories": { "default": true, "description": "Whether to save research findings to memories", "type": "boolean" }, "taskId": { "description": "ID of the task to research", "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