Skip to main content
Glama

hmc_install_lpar_os

Submit a NIM-based job to install an operating system on a powered-off LPAR over the network, using NIM server and network parameters.

Instructions

Submit a NIM-based LPAR OS installation job.

lpar_uuid is the UUID of an existing (powered-off) LPAR. The LPAR 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; lpar_ip is the IP address the LPAR 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
lpar_ipYes
timeoutNo
vlan_idNo0
lpar_uuidYes
nim_gatewayYes
poll_intervalNo
nim_subnetmaskYes
timeout_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains the PXE-boot process, return value (submitted job), and wait behavior. However, it does not explicitly state that installing an OS is destructive or will overwrite existing data on the LPAR, which is a significant omission for a potentially disruptive operation. The description also does not mention any post-install power state changes.

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 primary purpose. It uses a short paragraph with clear sentences separating parameter explanations from workflow guidance. It could be slightly more structured (e.g., bullet points for parameters), but it remains information-dense without waste.

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?

For a tool with 10 parameters, no annotations, but an output schema, the description covers the core workflow: prerequisites, network setup, job submission, and post-submission steps. It does not explain poll_interval and timeout_seconds, nor does it describe the output schema structure, but the output schema is available. Overall, it is reasonably complete for a complex tool, though a bit more detail on polling parameters would elevate it.

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 the meaning of 7 of 10 parameters (lpar_uuid, nim_ip, nim_gateway, nim_subnetmask, lpar_ip, vlan_id, timeout, wait), including practical details like 'use 0 for untagged' for vlan_id. However, it omits poll_interval and timeout_seconds, and does not clarify the relationship between timeout and timeout_seconds, which is a minor 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 and resource: 'Submit a NIM-based LPAR OS installation job.' This clearly distinguishes it from sibling tools like hmc_install_vios (VIOS install) and hmc_create_lpar (LPAR creation). The scope is explicit.

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 usage context, including prerequisites (existing powered-off LPAR), network configuration requirements, and the option to set wait=True to block. It mentions polling hmc_get_job for status, which implies an alternative workflow. However, it does not explicitly state when not to use this tool or compare it directly to alternatives like hmc_install_vios, so it falls short of a 5.

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