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

IPI Provisioner MCP Server

Official

create_installation_manifests

Generate Kubernetes manifests from an install-config.yaml file to prepare for OpenShift cluster provisioning.

Instructions

Create Kubernetes manifests from install-config.yaml.

Args: install_dir: Installation directory containing install-config.yaml installer_path: Path to openshift-install binary (default: 'openshift-install')

Returns: Manifest creation results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
install_dirYes
installer_pathNoopenshift-install

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing side effects. It mentions creating manifests but does not state that files will be written to the install directory, whether the openshift-install binary modifies anything, or any permissions needed. The 'Returns' line is vague and adds no behavioral detail.

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 concise and front-loaded with the main purpose. The Args and Returns sections are clearly structured. However, the Returns line ('Manifest creation results') is somewhat vague and could be more informative without adding length. Overall, it earns its place.

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 tool is simple with 2 parameters and an output schema, so the description covers the essentials. However, it lacks context about prerequisites (e.g., install-config must exist, openshift-install binary must be available), where manifests are written, and how this step fits into the larger installation workflow. This is adequate but not 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?

The schema has no descriptions (0% coverage), but the description's Args section adds meaningful semantics: install_dir is 'Installation directory containing install-config.yaml' and installer_path is 'Path to openshift-install binary (default: 'openshift-install')'. This goes beyond simple parameter naming and clarifies the role of each 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 clearly states 'Create Kubernetes manifests from install-config.yaml' with a specific verb ('Create') and resource ('Kubernetes manifests from install-config.yaml'). This distinguishes it from sibling tools like generate_install_config and validate_install_config, which target different artifacts.

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 usage is implied: it is used when you have an install-config.yaml and want to generate manifests. However, there is no explicit guidance on when to use this tool versus alternatives like prepare_cluster_installation, nor any exclusions or prerequisites beyond the parameter descriptions.

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