Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Your Money Lover account email address | ||
| PASSWORD | Yes | Your Money Lover account password |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login | Authenticate using Money Lover credentials to retrieve a JWT token. |
| get_user_info | Retrieve the Money Lover user profile associated with the provided token. |
| get_wallets | List all wallets accessible to the authenticated user. |
| get_categories | Retrieve categories for a specific wallet. |
| get_transactions | Fetch transactions for a wallet between two dates. |
| add_transaction | Create a new transaction in a wallet. |