list_allocations
Retrieve user-accessible budget allocations with options to filter by name, sort by total, and control pagination.
Instructions
List budget allocations the user can access
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by allocation name (case-insensitive contains) | |
| skip | No | Number of allocations to skip | |
| sort | No | Sort field and direction | |
| limit | No | Maximum number of allocations to return |