Example prompts
These are prompts you can give an agent connected through Fealthy MCP, in plain language — no tokens, uids, or other technical detail needed. The agent picks the right tools itself.
Overview
- "Show my accounts and their current balances."
- "How much did I spend this week?" — the agent calls
list_transactionsfor the current week and adds it up itself: the server doesn't total anything for you, it only returns the list of transactions. - "Which category is eating up the most money this month?"
Transactions
- "Add a ₴350 expense in Groceries today, paid from my PrivatBank card."
- "Mark this transaction as a transfer to my Savings account."
- "Exchange $100 into hryvnia between my accounts at the app's rate."
- "Split this transaction into ₴400 for Groceries and ₴120 for household supplies."
Budgets
- "Create an Entertainment budget of ₴3000 a month." — the agent first looks up the "Entertainment" category with
list_categories, then creates a budget against it with a ₴3000 limit for the current month. - "How much is left in my Coffee budget this month?"
- "Update my Transport budget limit to ₴1500."
Goals
- "Set up a Vacation goal of ₴20,000 with an account for it."
- "How much have I saved toward my 'New laptop' goal?"
- "Close out my emergency fund goal — it's already met."
Debts
- "Add a debt: I owe Olena ₴5000, due by the end of the month."
- "Mark my bank debt as paid — ₴2000 from my Card account."
- "Show me every debt I still owe."
Recurring payments
- "Set up a ₴269 monthly streaming subscription starting on the 5th."
- "What auto-detected subscriptions are waiting for confirmation?"
- "Skip this month's gym payment."
Rules
- "Create a rule: anything described as 'Silpo' goes in Groceries."
- "Show my categorization rules in priority order."
Categories and labels
- "Add a 'Vacation 2026' label."
- "Hide the Gambling category, I don't use it."
- "Create a 'Coffee shops' subcategory under Food."
Deletions and other irreversible actions always come with a confirmation. Before calling
delete_*or, say,archive_target(a target can't be unarchived afterward), the agent — following its own server instructions — will tell you exactly what's about to change or disappear, and wait for your explicit yes. If it doesn't, don't confirm — ask exactly what would be deleted first.