list-category-objects
Retrieve all objects within a specified category by providing its ID. This tool helps manage and access resources efficiently using the MCP Server for PI Dashboard integration.
Instructions
List all objects for a specific category
Input Schema
Name | Required | Description | Default |
---|---|---|---|
categoryId | Yes | Category ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"categoryId": {
"description": "Category ID",
"type": "number"
}
},
"required": [
"categoryId"
],
"type": "object"
}