Skip to main content
Glama

PI API MCP Server

create-category

Create a new category in the PI API MCP Server by specifying unique details such as description, organization ID, label, and help text. Manage category object positions and enable cascading filters for efficient organization.

Instructions

Create a new category

Input Schema

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

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" }, "label": { "description": "Alternative text for the category", "type": "string" }, "orgId": { "description": "Organization ID", "type": "number" } }, "required": [ "description", "orgId" ], "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