Skip to main content
Glama

MCP Server for Coroot

create_application_category

Organize applications into categories using namespace/name patterns for efficient grouping and monitoring. Enable notifications for incidents and deployments, and integrate with Slack for alerts.

Instructions

Create a new application category.

Creates a category for grouping applications based on namespace/name patterns. Patterns must be space-separated and in format namespace/name (e.g., "test/* demo/*"). Each pattern must contain exactly one '/' and cannot start with '/'.

Args: project_id: Project ID name: Category name (lowercase letters, numbers, hyphens, underscores; min 3 chars) custom_patterns: Space-separated glob patterns (e.g., "test/* demo/*") notify_incidents: Whether to notify about incidents (default: True) notify_deployments: Whether to notify about deployments (default: False) slack_channel: Slack channel for notifications (optional)

Input Schema

NameRequiredDescriptionDefault
custom_patternsYes
nameYes
notify_deploymentsNo
notify_incidentsNo
project_idYes
slack_channelNo

Input Schema (JSON Schema)

{ "properties": { "custom_patterns": { "title": "Custom Patterns", "type": "string" }, "name": { "title": "Name", "type": "string" }, "notify_deployments": { "default": false, "title": "Notify Deployments", "type": "boolean" }, "notify_incidents": { "default": true, "title": "Notify Incidents", "type": "boolean" }, "project_id": { "title": "Project Id", "type": "string" }, "slack_channel": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Slack Channel" } }, "required": [ "project_id", "name", "custom_patterns" ], "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