Skip to main content
Glama

MCP Server for Coroot

update_custom_applications

Update the configuration of custom applications on MCP Server for Coroot, enabling grouping of instances by container name patterns for enhanced observability and monitoring.

Instructions

Update custom applications configuration.

Updates the list of custom application definitions. Custom applications allow grouping instances by container name patterns.

Args: project_id: Project ID applications: New custom applications list with instance patterns

Input Schema

NameRequiredDescriptionDefault
applicationsYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "applications": { "additionalProperties": true, "title": "Applications", "type": "object" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "applications" ], "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