Skip to main content
Glama

Task Manager MCP Server

by blizzy78

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
assess_task

A tool to assess the complexity and structure of a task. A task can only be assessed if it hasn't been started yet.

task_status

A tool to update the status of a task. Must be used when beginning and completing a task. A task must be assessed before it can be started. A task's parent task must be in progress first for subtasks to be started or completed.

register_task

A tool to register a new task that must be performed. Can optionally be part of a parent task, or specify dependent tasks that must be completed before this task can be performed.

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