Skip to main content
Glama
vansh216

Expense Tracker MCP Server

by vansh216

summarize

Get a categorized summary of expenses within a specified date range to understand spending by category.

Instructions

Summarize expenses by category within an inclusive date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateYes
end_dateYes
categoryNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose behavior. It only says 'summarize expenses by category within an inclusive date range', lacking details on what the summary includes (counts, totals?), side effects, or read-only nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, no fluff. It is concise, but could benefit from a second sentence clarifying output or parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, no annotations, and only 3 parameters described in one sentence. Lacks details on what the summary returns, how date range is interpreted, and behavior when category is null. Incomplete for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, and the description mentions date range and category, but does not explain parameter formats, allowed values, or the meaning of 'category' (optional, default null). Insufficient for a 3-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (summarize), resource (expenses), and grouping (by category within an inclusive date range). It distinguishes from sibling tools 'add_expense' and 'list_expenses' nicely.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for summarizing expenses, but provides no explicit guidance on when to choose this over siblings or any exclusions. It relies on the tool name and context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vansh216/Expensive_Tracker_MCP_Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server