Skip to main content
Glama
dhruv-vootkuri

MCP Project Manager

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the SSE server8000
DB_PATHNoPath to the SQLite database filetasks.db

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_taskA

Create a new task with a title, optional description, and priority level.

list_tasksB

List tasks. Optionally filter by status and/or priority.

update_taskA

Update the status of an existing task by its ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creation, listing, and status update. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern with snake_case, making them predictable and easy to use.

Tool Count4/5

Three tools is a minimal but reasonable set for a task manager. Each tool is essential, though the server could benefit from a few more operations.

Completeness3/5

The server covers create, list, and update status, but misses delete and get details. This is a notable gap for a task management domain.

Maintenance

ActivityInactive
ResponsivenessNo issues