Skip to main content
Glama

Task Master

by eyaltoledano

get_task

Retrieve detailed task information by ID, filter by status, or access related files like complexity reports within the project root directory. Designed for Task Master's AI-driven development environment.

Instructions

Get detailed information about a specific task

Input Schema

NameRequiredDescriptionDefault
complexityReportNoPath to the complexity report file (relative to project root or absolute)
fileNoPath to the tasks file relative to project root
idYesTask ID(s) to get (can be comma-separated for multiple tasks)
projectRootYesAbsolute path to the project root directory (Optional, usually from session)
statusNoFilter subtasks by status (e.g., 'pending', 'done')
tagNoTag context to operate on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "complexityReport": { "description": "Path to the complexity report file (relative to project root or absolute)", "type": "string" }, "file": { "description": "Path to the tasks file relative to project root", "type": "string" }, "id": { "description": "Task ID(s) to get (can be comma-separated for multiple tasks)", "type": "string" }, "projectRoot": { "description": "Absolute path to the project root directory (Optional, usually from session)", "type": "string" }, "status": { "description": "Filter subtasks by status (e.g., 'pending', 'done')", "type": "string" }, "tag": { "description": "Tag context to operate on", "type": "string" } }, "required": [ "id", "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