Skip to main content
Glama

apic_get_resource_utilization

Analyze CPU and memory utilization across the fabric to identify nodes with high usage for performance monitoring and capacity planning.

Instructions

Analyze CPU and memory resource utilization across the fabric.

Returns:
- CPU utilization per node
- Memory utilization per node
- Average CPU and memory usage
- Nodes with high utilization (>80% CPU, >85% memory)

Essential for performance monitoring and capacity planning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses the data returned (CPU and memory metrics per node, averages, high utilization thresholds) but does not mention that the tool is read-only, has no side effects, or any authentication or rate limits. While the return details are useful, it lacks full behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured. It starts with a clear purpose statement, then uses bullet points for the return values, and ends with a usage context sentence. Every sentence is necessary and contributes value with zero fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no parameters and no output schema, the description provides a complete picture: what it does, what it returns (including thresholds), and why it's useful. It covers the essential information an agent needs to decide when to invoke this tool and what to expect from the output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters (schema coverage 100% trivially). Per guidelines, baseline is 4 for no params. The description adds rich meaning beyond the empty schema, specifying exactly what metrics are analyzed and returned (CPU, memory, averages, thresholds). This fully compensates for the lack of params.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states that the tool analyzes CPU and memory resource utilization across the fabric. It lists specific return values (per node, averages, high utilization thresholds) and distinguishes from siblings like apic_get_cpu_utilization by covering both CPU and memory. This is a specific verb+resource combination with good differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool, stating it is 'Essential for performance monitoring and capacity planning.' However, it does not explicitly exclude cases where a more specific tool (e.g., only CPU) would be better, nor does it cite alternatives. This is good but not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/angoran/git-netai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server