Skip to main content
Glama
geored

Lumino

get_machine_config_pool_status

Monitor OpenShift Machine Config Pools to track node configuration status, update rollouts, and detect configuration drift for cluster management.

Instructions

Monitor OpenShift Machine Config Pools for node configuration and update rollouts.

Analyzes pool status, update progress, and configuration drift.

Args:
    pool_names: Pools to monitor (default: all).
    include_node_details: Include node status per pool (default: True).
    show_config_diff: Show config differences during updates (default: False).
    include_update_history: Include update history (default: True).
    filter_updating: Only show updating pools (default: False).

Returns:
    Dict: Keys: pools_overview, machine_config_pools, recent_config_changes, issues,
          update_recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pool_namesNo
include_node_detailsNo
show_config_diffNo
include_update_historyNo
filter_updatingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 of behavioral disclosure. It describes what the tool analyzes (pool status, update progress, configuration drift) and outlines the return structure, but doesn't mention permission requirements, rate limits, or whether this is a read-only operation. The description adds some behavioral context but leaves important operational details unspecified.

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 well-structured and efficiently organized. It begins with a clear purpose statement, then provides parameter explanations in a bullet-like format, and concludes with return value information. Every sentence serves a specific purpose with zero wasted words.

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

Completeness4/5

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

Given the tool's complexity (5 parameters, no annotations, but with output schema), the description is mostly complete. It explains parameters thoroughly and outlines the return structure. However, it could better address behavioral aspects like permissions or operational constraints, which are important for a monitoring tool in a cluster environment.

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 description provides excellent parameter semantics that fully compensate for the 0% schema description coverage. Each of the 5 parameters is clearly explained with default values and practical meaning (e.g., 'include_node_details: Include node status per pool', 'filter_updating: Only show updating pools'). This adds significant value beyond the bare schema.

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?

The description clearly states the tool's purpose with specific verbs ('monitor', 'analyzes') and resources ('OpenShift Machine Config Pools', 'node configuration and update rollouts'). It distinguishes itself from sibling tools by focusing on machine config pool monitoring rather than logs, events, or other cluster resources.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like get_openshift_cluster_operator_status or other monitoring tools, nor does it specify prerequisites or appropriate contexts for monitoring machine config pools.

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/geored/Lumino'

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