Skip to main content
Glama

Task Manager MCP Server

by blizzy78

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SINGLE_AGENTNoEnable single agent mode where the server tracks which task is currently in progress. Do not enable if multiple agents will use the server simultaneously.false

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
create_task

A tool to create a new task that must be completed. Can optionally provide a list of tasks that must be completed first. Should provide a list of uncertainty areas to clarify before starting this task. All tasks start in the 'not-started' status. Use the 'transition_task_status' tool to transition the status of this task.

update_task

A tool to update an existing task. Can optionally provide a list of additional dependencies, uncertainty areas, and definitions of done.

transition_task_status

A tool to transition the status of a task. Valid task status transitions are:

  • not-started -> in-progress (before starting task)

  • in-progress -> complete (if task is done)

  • complete -> in-progress (if task needs rework) All tasks this task depends on must be 'complete' before this task can be 'in-progress'. outcomeDetails and verificationEvidence must be provided when transitioning this task to 'complete'.

task_info

A tool to retrieve full information about a task.

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