Skip to main content
Glama

@kazuph/mcp-taskmanager

by kazuph
MIT License
1,309
180
  • Apple

open_task_details

Retrieve detailed information about a specific task by providing its taskId. Use this function to inspect and manage task progress within the MCP task management system.

Instructions

Get details of a specific task by 'taskId'. This is for inspecting task information at any point.

Input Schema

NameRequiredDescriptionDefault
taskIdYes

Input Schema (JSON Schema)

{ "properties": { "taskId": { "type": "string" } }, "required": [ "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/kazuph/mcp-taskmanager'

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