Skip to main content
Glama
MOKSH0077

Local MCP Server Expense Tracker

by MOKSH0077

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_expenseC

Add expense to database

list_expensesA

Get all expenses from database

edit_expenseC

Edit expense in database

delete_expenseC

Delete expense from database

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct operation (add, delete, edit, list) with no overlap, making it easy for an agent to select the correct one.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, which is predictable and readable.

Tool Count5/5

Four tools cover the core CRUD operations for an expense tracker; the count is appropriate and not excessive.

Completeness4/5

The set provides essential create, read (list), update, and delete operations, but lacks a single-expense retrieval tool, which is a minor gap.

Maintenance

ActivityStale
ResponsivenessNo issues