Skip to main content
Glama
dingdawg

dingdawg-finance-agent

by dingdawg

expense_categorize

Read-only

Automatically categorize expenses from CSV, JSON, or free text and flag tax-deductible items for the specified tax year, providing structured insights for financial review.

Instructions

Free AI expense categorization with tax deduction flags. Deep LLM-powered analysis and optimization with API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expensesYesExpense data — CSV, JSON, or free-text list
tax_yearNoTax year for deduction analysis
Behavior3/5

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

No contradiction with annotations — readOnlyHint=true is consistent with a categorization/transform operation, so the bar is lowered. But the description adds little beyond the annotation: 'free' paired with 'with API key' is ambiguous (does the caller need to supply a key or does the tool cost nothing?), and 'optimization' is undefined. The API-key requirement is a behavioral trait worth clarifying that the description fails to make explicit.

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

Conciseness3/5

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

Two sentences, appropriately short. However, there is redundancy ('AI expense categorization' and 'LLM-powered analysis' say nearly the same thing), and the 'Free... with API key' pairing is confusing enough to warrant clarification. It is not wasteful, but the ambiguity costs it a higher score.

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

Completeness3/5

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

Adequate for a simple 2-param tool with schema covering both parameters and annotations covering the read-only safety profile. But there is no output schema and the description never states what the tool returns (e.g., categories assigned, deduction flags), leaving a meaningful gap for an agent deciding whether the result is usable. The vague 'optimization' promise further weakens completeness.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The schema already documents both parameters well, including the formats for 'expenses' (CSV, JSON, free-text list). The description's mention of 'tax deduction flags' loosely ties to the tax_year parameter, but it adds no concrete syntax or behavior beyond what the schema provides.

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

Purpose4/5

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

States a specific verb and resource ('categorize expenses') with the tax deduction flag differentiator, which is distinct enough from the sibling tools (compliance_check, financial_analysis, etc.). However, 'Deep LLM-powered analysis and optimization' is vague and bleeds into financial_analysis territory, muddying the boundary slightly.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus the siblings. It does not name alternatives, state exclusions, or describe scenarios where another tool would be preferred. The phrase 'free... with API key' hints at cost conditions but does not clarify choice criteria. Usage context is left entirely to inference.

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/dingdawg/dingdawg-finance-agent'

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