Skip to main content
Glama
akbarshaik2243

Local Task Manager MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_task

Create a new task and return the saved task.

list_tasksA

List tasks, optionally filtered by completion status.

complete_taskB

Mark a task as completed and return the updated task.

delete_taskA

Delete a task by ID and return the deleted task.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: listing tasks, marking as completed, and deleting. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case: list_tasks, complete_task, delete_task.

Tool Count4/5

Three tools is a reasonable minimal set for a simple task manager, though it could be slightly expanded.

Completeness2/5

Missing essential operations like create_task and update_task, leaving a significant gap that prevents full task lifecycle management.

Maintenance

ActivityStale
ResponsivenessNo issues