Skip to main content
Glama

LunchMoney MCP Server

by akutishevsky
MIT License
5
4
  • Apple
  • Linux

get_single_transaction

Retrieve detailed information about a specific transaction from LunchMoney using its unique ID, including amount, date, and category data.

Instructions

Get details of a specific transaction

Input Schema

NameRequiredDescriptionDefault
inputYes

Input Schema (JSON Schema)

{ "properties": { "input": { "additionalProperties": false, "properties": { "debit_as_negative": { "description": "Pass true to return debit amounts as negative", "type": "boolean" }, "transaction_id": { "description": "ID of the transaction to retrieve", "type": "number" } }, "required": [ "transaction_id" ], "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