Skip to main content
Glama
CsKoushik9

TaskTrek MCP Server

by CsKoushik9

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

Tools

Functions exposed to the LLM to take actions

NameDescription
create_taskC

Create a new task in TaskTrek

create_projectB

Create a new project in TaskTrek

update_taskB

Update an existing task

list_projectsA

Get list of all projects

list_tasksB

Get list of all tasks with optional filtering

get_taskB

Get detailed information about a specific task

summarize_tasksC

Get a summary of tasks with statistics

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 7 tools

Disambiguation5/5

Each tool targets a distinct resource (project vs task) and action (create, list, get, update, summarize), with no overlap. Even list_tasks and summarize_tasks serve different purposes.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case (e.g., create_project, list_tasks). The verbs are clear and the naming is predictable.

Tool Count5/5

7 tools is appropriate for a task/project management server, covering basic operations without being overwhelming or sparse.

Completeness2/5

The toolset is missing essential operations: no project update or delete, no task delete, no get_project. This leaves significant gaps in lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues