get_application_categories
Retrieve application categorization rules to group applications (e.g., monitoring, control-plane) within a specific project using the MCP Server for Coroot.
Instructions
Get application categories configuration.
Returns the current application categorization rules that determine how applications are grouped (e.g., monitoring, control-plane, etc).
Args: project_id: Project ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}