up_list_categories
Retrieve all spending categories from Up Banking to understand category IDs for filtering transactions and analyzing spending patterns.
Instructions
List all spending categories in Up. Categories have a parent-child relationship. Use this to understand category IDs for filtering transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | No | Optional: Filter to only show children of a specific parent category |
Input Schema (JSON Schema)
{
"properties": {
"parentId": {
"description": "Optional: Filter to only show children of a specific parent category",
"type": "string"
}
},
"type": "object"
}