list_items
Retrieve items with pagination and optional name filtering to manage and navigate data collections efficiently.
Instructions
List all items with optional filtering and pagination.
Args: page: Page number (1-indexed) page_size: Number of items per page filter_name: Optional filter by name (case-insensitive contains)
Returns: A dictionary containing: - items: List of item objects - total: Total number of items matching the filter - page: Current page number - page_size: Number of items per page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| filter_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||