Skip to main content
Glama

lunchmoney-mcp

get-category-spending

Retrieve total spending for a specific category over a defined period using this tool. Input the category name and optionally specify the number of days to analyze past transactions.

Instructions

Get spending in a category

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory name
daysNoNumber of days to look back

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "Category name", "type": "string" }, "days": { "default": 30, "description": "Number of days to look back", "type": "number" } }, "required": [ "category" ], "type": "object" }
Install Server

Other Tools from lunchmoney-mcp

Related Tools

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/leafeye/lunchmoney-mcp-server'

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