Skip to main content
Glama
joshuarreid

WhatsMyBudgetMCP

by joshuarreid

analytics_period_categories_top

Read-only

Retrieve the highest-spending categories for a statement period, ideal for analyzing top categories and food expenses like dining out plus groceries.

Instructions

Get top categories for a statement period. Before calling: Call analytics_periods_list first to confirm the requested period exists. If missing, ask the user to choose from available periods. When to use: Use for top-N category questions inside one statement period, including food questions where food means dining out plus groceries. Trigger words: top categories, highest categories, ranked categories, food, dining out, groceries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodYes
limitNo
paymentMethodNo
accountNo
Behavior4/5

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

Annotations already set readOnlyHint and openWorldHint. The description adds value by clarifying that 'food means dining out plus groceries', which is a non-obvious behavioral detail. This contextual nuance helps agents interpret user intent correctly.

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?

The description is short and front-loaded with the core purpose. Usage guidelines and trigger words are provided without redundancy. Minor improvement could be structuring parameter descriptions, but overall efficient.

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?

Given no output schema and 4 undocumented parameters, the description lacks key context. It does not describe the return format, pagination, or how categories are sorted. The prerequisites and trigger words help, but the incompleteness reduces the tool's usability.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides no explanation of parameters. It fails to define 'period', 'limit', 'paymentMethod', or 'account', leaving the agent without essential guidance on how to fill these fields.

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 'Get top categories for a statement period', specifying the verb, resource, and scope. It differentiates from siblings like 'analytics_period_categories' (all categories) and 'analytics_range_categories_top' (range-based) by targeting a specific period and top-N results.

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

Usage Guidelines4/5

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

Provides explicit prerequisite: 'Call analytics_periods_list first to confirm the requested period exists.' Also defines when to use (top-N category questions, including food-specific triggers). However, it does not mention when not to use or explicitly name alternatives such as 'analytics_range_categories_top' for range queries.

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/joshuarreid/WhatsMyBudgetMCP'

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