Skip to main content
Glama
redhat-community-ai-tools

IPI Provisioner MCP Server

Official

generate_install_config

Generate install-config.yaml for baremetal IPI clusters using cluster details, API and ingress VIPs, and host BMC configurations.

Instructions

Generate an install-config.yaml for baremetal IPI.

Args: cluster_name: Name of the cluster base_domain: Base domain (e.g., example.com) pull_secret: Pull secret content (JSON string) ssh_key: SSH public key content api_vip: API VIP address ingress_vip: Ingress VIP address hosts: List of baremetal hosts with BMC configuration machine_network_cidr: Machine network CIDR (default: 192.168.1.0/24) cluster_network_cidr: Cluster network CIDR (default: 10.128.0.0/14) service_network_cidr: Service network CIDR (default: 172.30.0.0/16) network_type: Network type (default: OVNKubernetes) control_plane_replicas: Number of master nodes (default: 3) worker_replicas: Number of worker nodes (default: 0)

Returns: Generated install-config as dictionary and YAML string

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostsYes
api_vipYes
ssh_keyYes
base_domainYes
ingress_vipYes
pull_secretYes
cluster_nameYes
network_typeNo
worker_replicasNo
cluster_network_cidrNo
machine_network_cidrNo
service_network_cidrNo
control_plane_replicasNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description must disclose behavior, but it only specifies the return value ('Generated install-config as dictionary and YAML string'). It does not state whether the tool writes to disk, requires prior setup, or has side effects. The 'generate' wording suggests a non-destructive function, but this is not explicit.

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

Conciseness4/5

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

The description is well-structured as a docstring with Args and Returns sections, and the opening sentence is clear. It is longer due to 13 parameters, but each line is informative and earns its place. No redundant fluff.

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

Completeness3/5

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

The description provides solid parameter coverage and return info, but lacks broader context such as workflow position (e.g., should be followed by validation), prerequisites (e.g., valid BMC addresses, installer binary), or failure behavior. For a 13-parameter tool with no annotations, this is adequate but not fully complete.

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

Parameters4/5

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

Schema coverage is 0%, so the description carries the full burden. It lists all 13 parameters with brief meanings, including default values not present in the schema (e.g., machine_network_cidr default 192.168.1.0/24). However, the 'hosts' parameter is only described as 'List of baremetal hosts with BMC configuration' without specifying the required object structure, leaving a significant gap for a complex parameter.

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 opens with a specific action and resource: 'Generate an install-config.yaml for baremetal IPI.' This clearly distinguishes it from sibling tools like validate_install_config or get_config_template, and the scope (baremetal IPI) adds context.

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

Usage Guidelines3/5

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

The description implies its use for creating an install-config in a baremetal IPI deployment, but it does not explicitly state when to choose this over alternatives or when not to use it. No exclusions or alternative tool references are provided, leaving the guidance to inference.

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/redhat-community-ai-tools/openshift-ipi-mcp'

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