Skip to main content
Glama

LunchMoney MCP Server

by akutishevsky
MIT License
5
4
  • Apple
  • Linux

update_asset

Modify an existing manually-managed asset in LunchMoney by updating details such as balance, type, currency, or institution information to maintain accurate personal finance tracking.

Instructions

Update an existing manually-managed asset

Input Schema

NameRequiredDescriptionDefault
inputYes

Input Schema (JSON Schema)

{ "properties": { "input": { "additionalProperties": false, "properties": { "asset_id": { "description": "ID of the asset to update", "type": "number" }, "balance": { "description": "Current balance of the asset", "type": "number" }, "balance_as_of": { "description": "Date/time the balance is as of in ISO 8601 format", "type": "string" }, "closed_on": { "description": "Date the asset was closed in YYYY-MM-DD format", "type": "string" }, "currency": { "description": "Three-letter currency code", "type": "string" }, "display_name": { "description": "Display name of the asset", "type": "string" }, "exclude_transactions": { "description": "Whether to exclude this asset from transaction options", "type": "boolean" }, "institution_name": { "description": "Name of the institution holding the asset", "type": "string" }, "name": { "description": "Name of the asset", "type": "string" }, "subtype_name": { "description": "Optional subtype (e.g., retirement, checking, savings)", "type": "string" }, "type_name": { "description": "Primary type of the asset", "enum": [ "cash", "credit", "investment", "real estate", "loan", "vehicle", "cryptocurrency", "employee compensation", "other liability", "other asset" ], "type": "string" } }, "required": [ "asset_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