Skip to main content
Glama

LunchMoney MCP Server

by akutishevsky
MIT License
5
4
  • Apple
  • Linux

unsplit_transactions

Remove transactions from split groups in LunchMoney, optionally deleting parent transactions to simplify financial record management.

Instructions

Remove one or more transactions from a split

Input Schema

NameRequiredDescriptionDefault
inputYes

Input Schema (JSON Schema)

{ "properties": { "input": { "additionalProperties": false, "properties": { "parent_ids": { "description": "Array of parent transaction IDs to unsplit", "items": { "type": "number" }, "type": "array" }, "remove_parents": { "description": "If true, delete parent transactions", "type": "boolean" } }, "required": [ "parent_ids" ], "type": "object" } }, "required": [ "input" ], "type": "object" }

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

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