Skip to main content
Glama

MCP Server for Coroot

get_inspection_config

Retrieve the current inspection configuration (e.g., cpu, memory, slo) for a specific application within a project using project ID, application ID, and inspection type.

Instructions

Get inspection configuration for an application.

Retrieves the current configuration for a specific inspection type (e.g., cpu, memory, slo_availability, slo_latency) for an application.

Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) inspection_type: Type of inspection (cpu, memory, slo, etc)

Input Schema

NameRequiredDescriptionDefault
app_idYes
inspection_typeYes
project_idYes

Input Schema (JSON Schema)

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