Skip to main content
Glama

MCP Server for Coroot

update_application_category

Modify application category settings in the Coroot observability platform. Update notification preferences, custom patterns, or Slack channel for incidents and deployments based on project ID and category name.

Instructions

Update an existing application category.

Updates specific fields of an application category. Only provided fields are updated.

Args: project_id: Project ID name: Category name to update custom_patterns: New space-separated glob patterns (optional) notify_incidents: Whether to notify about incidents (optional) notify_deployments: Whether to notify about deployments (optional) slack_channel: Slack channel for notifications (optional)

Input Schema

NameRequiredDescriptionDefault
custom_patternsNo
nameYes
notify_deploymentsNo
notify_incidentsNo
project_idYes
slack_channelNo

Input Schema (JSON Schema)

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