Skip to main content
Glama

MCP Server for Coroot

delete_application_category

Remove a custom application category from the MCP Server for Coroot by specifying the project ID and category name. Built-in categories cannot be deleted.

Instructions

Delete an application category.

Removes a custom application category. Built-in categories cannot be deleted.

Args: project_id: Project ID name: Category name to delete

Input Schema

NameRequiredDescriptionDefault
nameYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "name" ], "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/jamesbrink/mcp-coroot'

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