Skip to main content
Glama

lunchmoney-mcp

search-transactions

Find specific transactions in your Lunchmoney account by searching with a keyword. Specify the number of days to look back and limit results for targeted insights.

Instructions

Search transactions by keyword

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look back
keywordYesSearch term to look for
limitNoMaximum number of transactions to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "default": 90, "description": "Number of days to look back", "type": "number" }, "keyword": { "description": "Search term to look for", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of transactions to return", "type": "number" } }, "required": [ "keyword" ], "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