Skip to main content
Glama

hmc_power_on_lpar

Power on a logical partition (LPAR) on IBM HMC by submitting a PowerOn job. Accepts LPAR name or UUID, with options to wait, force, and set timeout.

Instructions

Submit a PowerOn job for a logical partition.

lpar_name_or_uuid: accepts either a PartitionName or a UUID (find it with hmc_lpars). Returns the submitted job (check hmc_get_job for status). This changes the state of a real partition — confirm the target with hmc_lpars(name=...) before calling.

If the partition is already in the 'running' state, the tool returns {"already_running": True, "message": "..."} without submitting a job. Pass force=True to skip this check and submit the PowerOn unconditionally.

Set wait=True to block until the job reaches COMPLETED / FAILED / EXCEPTION (or until timeout_seconds elapses).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNo
forceNo
poll_intervalNo
timeout_secondsNo
lpar_name_or_uuidYes

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 carries the burden, and it does well: it discloses that the tool modifies real state, warns to confirm the target, explains the already_running short-circuit, and describes force and wait behavior. It doesn't cover all edge cases (e.g., error responses), but the key behavioral traits are transparent.

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 moderately long but each sentence adds value: main action, parameter guidance, safety warning, special-case behavior, and wait option. It is front-loaded with the action and structured logically, though slightly verbose in the middle.

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?

The description covers the input essentials, the output (returns the job, already_running dict), and important warnings. It doesn't mention poll_interval or error handling, but the output schema and sibling context help fill gaps. Overall adequate for a mutation tool of this complexity.

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?

Schema coverage is 0%, but the description directly explains the critical parameter lpar_name_or_uuid (accepts name or UUID) and describes force and wait semantics. It also mentions timeout_seconds indirectly via wait. This adds substantial meaning beyond the bare schema names.

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 PowerOn job for a logical partition.' It clearly distinguishes this from sibling tools like power_off_lpar or power_on_system, and the mention of lpar_name_or_uuid clarifies the target.

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 usage context: confirm target with hmc_lpars, check status with hmc_get_job, and warnings about changing real state. It doesn't explicitly state alternatives or exclusions (e.g., when not to use this vs. power_on_system), but the context is clear enough.

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