Skip to main content
Glama
ansh-rohilla

expense-tracker

by ansh-rohilla

summarize

Group expenses by category over a specified date range to see total amounts per category.

Instructions

Summarize expenses by category within an inclusive date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo
end_dateYes
start_dateYes
Behavior3/5

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

The description adds the behavioral detail that the date range is inclusive, which is useful. With no annotations, the burden is on the description, but it does not disclose what the summary contains (e.g., totals, counts), what happens if category is null, or how results are formatted. It provides some but not rich behavioral context.

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

Conciseness5/5

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

A single concise sentence that is front-loaded with the verb and resource. No unnecessary words, and it efficiently conveys the core purpose.

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?

For a tool with 3 parameters and no output schema, the description is insufficiently detailed. It omits return value information (what a summary looks like), date format expectations, and how the optional category parameter affects behavior. Sibling tools are listed but not referenced as alternatives. The description is too thin for reliable invocation.

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 description coverage is 0%, so the description must compensate. It references 'category' and 'date range' but gives no format, types, or semantics for start_date and end_date. The optional category behavior is not explained. The description adds minimal value beyond the parameter names.

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 verb 'summarize' and the resource 'expenses by category', with a specific scope of 'inclusive date range'. This differentiates from sibling tools add_expense and list_expenses, which are about creating and listing, not aggregating.

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 intended use is implied as a way to get a summarized view of expenses, contrasting with listing individual expenses. However, no explicit when-to-use or when-not-to-use guidance is provided, nor are alternatives named.

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/ansh-rohilla/expense-tracker-mcp-server'

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