Skip to main content
Glama

lunchmoney-mcp

get-recent-transactions

Retrieve recent transactions from your Lunchmoney account by specifying the number of days to look back and the maximum number of transactions to return.

Instructions

Get recent transactions

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look back
limitNoMaximum number of transactions to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "default": 30, "description": "Number of days to look back", "type": "number" }, "limit": { "default": 10, "description": "Maximum number of transactions to return", "type": "number" } }, "type": "object" }

You must be authenticated.

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