Skip to main content
Glama

MCP Server for Coroot

update_inspection_config

Modify inspection settings for an application by updating configuration based on inspection type (e.g., CPU, memory, SLO). Specify project ID, app ID, and tailored configuration.

Instructions

Update inspection configuration for an application.

Updates the configuration for a specific inspection type. Configuration format depends on the inspection type.

Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) inspection_type: Type of inspection (cpu, memory, slo, etc) config: New configuration (format varies by type)

Input Schema

NameRequiredDescriptionDefault
app_idYes
configYes
inspection_typeYes
project_idYes

Input Schema (JSON Schema)

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