Skip to main content
Glama

Money Lover MCP Server

by ferdhika31

add_transaction

Create a new transaction in your Money Lover wallet to track expenses and income. Specify amount, category, date, and optional notes for accurate financial recording.

Instructions

Create a new transaction in a wallet.

Input Schema

NameRequiredDescriptionDefault
tokenNoJWT token returned by the login tool or derived from EMAIL/PASSWORD environment variables
walletIdYesWallet identifier
categoryIdYesCategory identifier
amountYesTransaction amount as string
noteNoOptional transaction note
dateYesDisplay date in YYYY-MM-DD format
withNoOptional array of related parties

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Transaction amount as string", "minLength": 1, "type": "string" }, "categoryId": { "description": "Category identifier", "minLength": 1, "type": "string" }, "date": { "description": "Display date in YYYY-MM-DD format", "pattern": "\\d{4}-\\d{2}-\\d{2}", "type": "string" }, "note": { "description": "Optional transaction note", "type": "string" }, "token": { "description": "JWT token returned by the login tool or derived from EMAIL/PASSWORD environment variables", "minLength": 1, "type": "string" }, "walletId": { "description": "Wallet identifier", "minLength": 1, "type": "string" }, "with": { "description": "Optional array of related parties", "items": { "type": "string" }, "type": "array" } }, "required": [ "walletId", "categoryId", "amount", "date" ], "type": "object" }

Other Tools from Money Lover MCP Server

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/ferdhika31/moneylover-mcp'

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