Skip to main content
Glama

MCP Server for Coroot

update_application_risks

Update and configure risk thresholds for applications to proactively identify potential issues. Adjust monitoring parameters to enhance observability and ensure optimal performance.

Instructions

Update risk assessment configuration for an application.

Configures risk thresholds and monitoring parameters to better identify potential issues before they impact users.

Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) risks: Risk assessment configuration

Input Schema

NameRequiredDescriptionDefault
app_idYes
project_idYes
risksYes

Input Schema (JSON Schema)

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