F
licenseNot graded
qualityD
maintenanceEnables users to track expenses by adding, listing, and summarizing them with category support through natural language.
-
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: listing expenses and logging a new expense. There is no overlap in functionality.
Both tool names follow a consistent verb_noun pattern with snake_case (list_expenses, log_expense).
With only 2 tools, the server feels underdeveloped for an expense tracker, which typically requires at least CRUD operations. However, the count is not extreme for a minimal prototype.
The tool set lacks essential operations like updating or deleting expenses, and log_expense has no description, making it incomplete for basic expense management.