Skip to main content
Glama

Money Lover MCP Server

by ferdhika31

get_transactions

Fetch wallet transactions within a specified date range to track spending, monitor income, and analyze financial activity over time.

Instructions

Fetch transactions for a wallet between two dates.

Input Schema

NameRequiredDescriptionDefault
tokenNoJWT token returned by the login tool or derived from EMAIL/PASSWORD environment variables
walletIdYesWallet identifier
startDateYesStart date in YYYY-MM-DD format
endDateYesEnd date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in YYYY-MM-DD format", "pattern": "\\d{4}-\\d{2}-\\d{2}", "type": "string" }, "startDate": { "description": "Start date in YYYY-MM-DD format", "pattern": "\\d{4}-\\d{2}-\\d{2}", "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" } }, "required": [ "walletId", "startDate", "endDate" ], "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