🔔
Automatic Reminders Monaime sends reminders the day before and on the day of recurring payments. You can also get AI suggestions to create recurring transactions based on your spending patterns.

create_recurring

Safe

Create a recurring transaction (subscription or regular payment). Supports daily, weekly, monthly, and yearly frequencies.

Parameters

Parameter Type Description
name* string Name (e.g., "Netflix", "Gym", "Rent")
amount* number Amount per period
frequency? string daily, weekly, monthly (default), yearly
wallet? string Wallet to charge
category? string Category for transactions
next_date? string Next payment date (default: today)

Examples

User "Add Netflix subscription 800 per month"
AI Created recurring payment "Netflix": $800/month (Subscriptions)
User "Apartment rent 50,000 every month on the 1st"
AI Created recurring payment "Rent": $50,000/month (next: 02/01/2026)
User "Salary 80,000 twice a month"
AI Created recurring income "Salary": $80,000 (twice a month)

list_recurring

Safe

Show all recurring transactions with next payment dates. Can show monthly total and filter by active/paused.

Parameters

Parameter Type Description
include_paused? boolean Show paused subscriptions. Default: false
type? string Filter by "expense" or "income"

Examples

User "Show my subscriptions"
AI Your subscriptions (total: $3,500/mo):
• Netflix: $800/mo (next: 01/15)
• Spotify: $200/mo (next: 01/20)
• Gym: $2,500/mo (next: 02/01)
User "How much do I spend on subscriptions?"
User "Regular income"

edit_recurring

Safe

Edit a recurring transaction's amount, frequency, category, or next date.

Parameters

Parameter Type Description
name* string Current name
amount? number New amount
frequency? string New frequency
next_date? string New next date
category? string New category

Examples

User "Netflix now costs 900"
AI Updated: "Netflix" $800 → $900/month
User "Change rent date to the 5th"

pause_recurring

Safe

Pause or resume a recurring transaction. Paused subscriptions won't create transactions or send reminders.

Parameters

Parameter Type Description
name* string Subscription name
action? string "pause" or "resume". Toggles if not specified

Examples

User "Pause Netflix"
AI "Netflix" paused. Reminders disabled.
User "Resume Gym subscription"
AI "Gym" resumed. Next payment: 02/01/2026

delete_recurring

Requires Confirmation

Delete a recurring transaction. Past transactions created by this subscription are preserved.

Parameters

Parameter Type Description
name* string Subscription name to delete

Examples

User "Delete Spotify subscription"
AI Delete recurring payment "Spotify" ($200/mo)? [Yes/No]
User "Cancel Gym subscription"