Skip to main content
Glama

Money Lover MCP Server

by ferdhika31

get_categories

Retrieve expense and income categories for a specific wallet to organize and classify financial transactions within the Money Lover personal finance app.

Instructions

Retrieve categories for a specific wallet.

Input Schema

NameRequiredDescriptionDefault
tokenNoJWT token returned by the login tool or derived from EMAIL/PASSWORD environment variables
walletIdYesWallet identifier

Input Schema (JSON Schema)

{ "properties": { "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" ], "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