Skip to main content
Glama

MCP Server for Coroot

get_nodes_overview

Retrieve a detailed overview of all infrastructure nodes, including health status, resource utilization, running containers, and system metrics. Helps monitor and analyze node performance for effective infrastructure management.

Instructions

Get overview of infrastructure nodes.

Returns information about all nodes in the infrastructure:

  • Node health and status

  • Resource utilization

  • Running containers

  • System metrics

Args: project_id: Project ID query: Search/filter query (optional)

Input Schema

NameRequiredDescriptionDefault
project_idYes
queryNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" } }, "required": [ "project_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