fintable_list_rules
List categorization rules for auto-categorizing transactions. Each rule matches a description pattern to a category. Supports pagination for browsing.
Instructions
List all categorization rules. Rules auto-categorize transactions based on description patterns.
Each rule has a pattern (e.g., 'Home Depot') and a target category (e.g., 'COGS'). When 'Run All Rules' is triggered, transactions matching the pattern get categorized.
Args: params: page number for pagination (rules are paginated).
Returns: str: JSON list of rules with id, pattern, category, and display text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |