get_user_info
Retrieve your Money Lover user profile using your authentication token to access personal account information for financial management.
Instructions
Retrieve the Money Lover user profile associated with the provided token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | JWT token returned by the login tool or derived from EMAIL/PASSWORD environment variables |
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"
}
},
"type": "object"
}