Skip to main content
Glama

Task Manager MCP Server

by blizzy78

task_info

Retrieve detailed information about a task using its unique ID, enabling comprehensive tracking and management within the Task Manager MCP Server.

Instructions

A tool to retrieve full information about a task.

Input Schema

NameRequiredDescriptionDefault
taskIDYesThe identifier of a task.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskID": { "description": "The identifier of a task.", "minLength": 1, "type": "string" } }, "required": [ "taskID" ], "type": "object" }

Other Tools from Task Manager MCP Server

Related Tools

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/blizzy78/mcp-task-manager'

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