Skip to main content
Glama

PI API MCP Server

create-category

Use this tool to create a new category in PI API MCP Server, specifying unique details like organization ID, label, help text, and object panel position for efficient categorization.

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