Skip to main content
Glama

MCP Server for Coroot

get_node

Retrieve detailed metrics and system information for a specific infrastructure node, including resource usage, running containers, and health status, to aid in monitoring and management.

Instructions

Get detailed information about a specific infrastructure node.

Retrieves comprehensive metrics and information about a node including:

  • Resource usage (CPU, memory, disk, network)
  • Running containers
  • System information
  • Health status

Args: project_id: Project ID node_id: Node ID

Input Schema

NameRequiredDescriptionDefault
node_idYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "node_id": { "title": "Node Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "node_id" ], "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