get_standing_orders
Retrieve recurring and scheduled payments, such as bills, subscriptions, and salary, to view upcoming financial commitments from your Wallet by BudgetBakers data.
Instructions
Get recurring/scheduled payments (standing orders).
Shows planned future transactions: bills, subscriptions, salary, etc.
Args: ctx: MCP context limit: Items per page (1-100, default 30) offset: Items to skip standing_order_id: Filter by exact standing order ID name: Filter by name (use prefix: eq., contains., contains-i.) currency_code: Filter by ISO currency code (e.g. UAH, USD, EUR) created_at: Filter by creation date (e.g. "gte.2025-01-01") updated_at: Filter by last update date (e.g. "gte.2025-01-01")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| offset | No | ||
| created_at | No | ||
| updated_at | No | ||
| currency_code | No | ||
| standing_order_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |