Skip to main content
Glama

LunchMoney MCP Server

by akutishevsky
MIT License
5
4
  • Apple
  • Linux

get_transaction_group

Retrieve detailed information about a specific transaction group in LunchMoney by providing the transaction group ID to access financial data.

Instructions

Get details of a transaction group

Input Schema

NameRequiredDescriptionDefault
inputYes

Input Schema (JSON Schema)

{ "properties": { "input": { "additionalProperties": false, "properties": { "transaction_id": { "description": "ID of the transaction group", "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