Skip to main content
Glama

PI API MCP Server

update-category

Modify an existing category in the PI API MCP Server by updating its ID, description, label, help text, object position, or cascading filters for enhanced organization and accessibility.

Instructions

Update an existing category

Input Schema

NameRequiredDescriptionDefault
cascadeFiltersNoEnable cascading filters
categoryObjectsPositionNoPosition of category objects panel
descriptionNoUnique name of a category
helpTextNoHelp text to describe the category
idYesCategory ID
labelNoAlternative text for the category

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cascadeFilters": { "description": "Enable cascading filters", "type": "boolean" }, "categoryObjectsPosition": { "description": "Position of category objects panel", "enum": [ "RIGHT", "TOP" ], "type": "string" }, "description": { "description": "Unique name of a category", "type": "string" }, "helpText": { "description": "Help text to describe the category", "type": "string" }, "id": { "description": "Category ID", "type": "number" }, "label": { "description": "Alternative text for the category", "type": "string" } }, "required": [ "id" ], "type": "object" }

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