list-categories
Retrieve and filter all categories stored in the PI API MCP Server. Use criteria like field names, operators, and pagination to refine and organize results effectively.
Instructions
List all categories with filtering support
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter criteria in the format 'fieldName(operator)=value'. Multiple filters can be combined with & (e.g., 'description(like)=dashboard&orgId(eq)=1'). Available operators: eq, ne, gt, lt, ge, le, like, nlike. Use get-filterable-attributes tool to see available fields. | |
page | No | Page number for pagination | |
pageSize | No | Number of items per page |