Skip to content

Tools

This page is the public, versioned inventory for Saviqo MCP tools. It should be treated as the source of truth for agent and LLM discovery.

P0 Read Tools

ToolTypePurposeApproval
get_budget_summaryReadSummarize income, expenses, categories, and monthly budget position.Auth required
get_cashflow_reportReadReview monthly inflows, outflows, and leftover cash flow.Auth required
get_spending_by_categoryReadGroup spending by category for review and explanation.Auth required
get_savings_goal_statusReadCheck savings goal targets, current amounts, and progress.Auth required
list_statement_importsReadList statement imports and review status.Auth required
list_bank_transactionsReadList bank transactions available for review.Auth required

P1 Guarded Write Tools

ToolTypePurposeApproval
create_savings_goalGuarded writeCreate a savings goal after preview.Explicit user approval
update_savings_goal_targetGuarded writeUpdate goal target details after preview.Explicit user approval
approve_statement_import_mappingGuarded writeApprove how imported statement rows map into the budget.Explicit user approval
apply_merchant_ruleGuarded writeApply a merchant normalization or categorization rule.Explicit user approval
mark_transactions_reviewedGuarded writeMark selected transactions as reviewed.Explicit user approval
record_loan_prepaymentGuarded writeRecord a loan prepayment event in a planning workflow.Explicit user approval

Write tools should support preview-first behavior, idempotency, and audit logging before financial mutations are applied.

Skills Compatibility

The published skills repository currently expects the read tools above and keeps write-oriented workflows preview-only:

github.com/rakeshbhatt10/saviqo-agent-skills

When guarded write tools are enabled, the skills should continue to require preview, user approval, idempotency, and audit logging before applying financial mutations.

Saviqo public documentation