Skip to main content
Glama
mindfullabai

Tracking MCP

by mindfullabai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoPath to the SQLite database file. Auto-created on first use.~/tracking.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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
track_eventB

Insert or update tracking event for any entity type

query_eventsB

Query tracking events with filters

delete_eventB

Delete tracking event by ID

list_entity_typesA

Get all registered entity types with schema examples

Prompts

Interactive templates invoked by user choice

NameDescription
track-weightTemplate for tracking body weight
track-workoutTemplate for logging workout session
query-trendGet trend data for entity type over date range

Resources

Contextual data attached and managed by the client

NameDescription
Entity Types RegistryList of all registered entity types with schema examples
Usage GuideHow to track new entity types dynamically
Tracking SummaryCurrent statistics (total events, entity types, date range)

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct action: deleting, tracking, querying events, or listing entity types. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., delete_event, track_event).

Tool Count5/5

4 tools is well-scoped for a tracking server, covering essential operations without bloat.

Completeness4/5

Core CRUD is present (create/update via track_event, read via query_events, delete via delete_event), plus entity type discovery. Minor gap: no explicit get single event, but query_events with filters can serve that purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues