Skip to main content
Glama

Task Master

by eyaltoledano

research

Perform AI-powered research queries with project context to gather insights, analyze data, and save results directly to tasks or files for streamlined development workflows.

Instructions

Perform AI-powered research queries with project context

Input Schema

NameRequiredDescriptionDefault
customContextNoAdditional custom context text to include in the research
detailLevelNoDetail level for the research response (default: medium)
filePathsNoComma-separated list of file paths for context (e.g., "src/api.js,docs/readme.md")
includeProjectTreeNoInclude project file tree structure in context (default: false)
projectRootYesThe directory of the project. Must be an absolute path.
queryYesResearch query/prompt (required)
saveToNoAutomatically save research results to specified task/subtask ID (e.g., "15" or "15.2")
saveToFileNoSave research results to .taskmaster/docs/research/ directory (default: false)
tagNoTag context to operate on
taskIdsNoComma-separated list of task/subtask IDs for context (e.g., "15,16.2,17")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "customContext": { "description": "Additional custom context text to include in the research", "type": "string" }, "detailLevel": { "description": "Detail level for the research response (default: medium)", "enum": [ "low", "medium", "high" ], "type": "string" }, "filePaths": { "description": "Comma-separated list of file paths for context (e.g., \"src/api.js,docs/readme.md\")", "type": "string" }, "includeProjectTree": { "description": "Include project file tree structure in context (default: false)", "type": "boolean" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "query": { "description": "Research query/prompt (required)", "type": "string" }, "saveTo": { "description": "Automatically save research results to specified task/subtask ID (e.g., \"15\" or \"15.2\")", "type": "string" }, "saveToFile": { "description": "Save research results to .taskmaster/docs/research/ directory (default: false)", "type": "boolean" }, "tag": { "description": "Tag context to operate on", "type": "string" }, "taskIds": { "description": "Comma-separated list of task/subtask IDs for context (e.g., \"15,16.2,17\")", "type": "string" } }, "required": [ "query", "projectRoot" ], "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/eyaltoledano/claude-task-master'

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