Skip to main content
Glama

hmc_install_vios

Submit a NIM-based VIOS installation job to PXE-boot and install the OS on a powered-off VIOS partition, with network configuration and optional waiting for job completion.

Instructions

Submit a NIM-based VIOS installation job.

vios_uuid is the UUID of an existing (powered-off) VIOS partition. The VIOS will PXE-boot from the NIM server at nim_ip to install its OS. nim_gateway and nim_subnetmask define the network for the NIM install boot; vios_ip is the IP address the VIOS uses during the NIM install; vlan_id is the VLAN tag for the install network (use "0" for untagged). timeout is the job timeout in minutes (default 60). Returns the submitted job — poll hmc_get_job for status.

Set wait=True to block until the job reaches a terminal state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNo
nim_ipYes
timeoutNo
vios_ipYes
vlan_idNo0
vios_uuidYes
nim_gatewayYes
poll_intervalNo
nim_subnetmaskYes
timeout_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description must disclose behavior. It explains the PXE-boot mechanism, the job submission nature, and the wait behavior. However, it does not explicitly warn that the installation will overwrite the VIOS's existing OS, nor does it mention any permission requirements. The timeout definition is also slightly misleading given the presence of timeout_seconds.

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 front-loaded with the primary action, followed by a clear per-parameter explanation and a note on wait behavior. It is a bit long but every sentence carries information; no redundant fluff. The structure makes it easy to scan.

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 a 10-parameter tool with no annotations, the description covers the main workflow, prerequisites, network configuration, and how to obtain the result. It misses two parameters and leaves the timeout/timeout_seconds ambiguity unresolved. Also lacks side-effect warnings. Overall it is fairly complete but not exhaustive.

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 description coverage is 0%, so the description must compensate. It explains 8 of 10 parameters (vios_uuid, nim_ip, nim_gateway, nim_subnetmask, vios_ip, vlan_id, timeout, wait) with meaningful semantics. It omits poll_interval and timeout_seconds, and does not clarify the relationship between timeout (minutes) and timeout_seconds (seconds), which is a notable gap.

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 verb+resource: 'Submit a NIM-based VIOS installation job.' It clearly distinguishes from sibling tools like hmc_install_lpar_os (for LPARs) and hmc_create_vios (for creating a partition) by focusing on installing the OS on an existing VIOS via NIM. No ambiguity about what the tool does.

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?

Provides clear context: vios_uuid must be an existing powered-off VIOS partition. Also states the follow-up action ('poll hmc_get_job for status') and the wait=True option to block until terminal state. It doesn't explicitly name alternative tools for similar tasks, but the context is sufficient for selecting this tool over the many siblings.

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/randomparity/hmc-mcp'

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