Skip to main content
Glama

PI API MCP Server

get-filterable-attributes

Retrieve filterable attributes for specific entity types (chart or category) in the PI API MCP Server, enabling precise data filtering and management of dashboard resources.

Instructions

Get the list of attributes that can be used for filtering by examining a sample entity

Input Schema

NameRequiredDescriptionDefault
entityTypeYesType of entity to examine (chart or category)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityType": { "description": "Type of entity to examine (chart or category)", "enum": [ "chart", "category" ], "type": "string" } }, "required": [ "entityType" ], "type": "object" }
Install Server

Other Tools from PI API MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mingzilla/pi-api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server