Skip to main content
Glama

hmc_vios

Read-only

Discover Virtual I/O Servers and fetch storage-detail mappings (vSCSI, NPIV, virtual optical) for a given VIOS. Optionally filter by system or state.

Instructions

List Virtual I/O Servers or get storage-detail mappings for one.

When vios_name_or_uuid is provided, accepts either a PartitionName or a UUID and returns the VIOS device mapping facts (vSCSI, NPIV, virtual optical) for that VIOS.

When vios_name_or_uuid is omitted, returns a list of all VIOS entries, optionally restricted to one managed system via system_name_or_uuid (accepts either a SystemName or a UUID).

When state is provided and vios_name_or_uuid is omitted, returns only VIOS entries whose PartitionState matches the given value, using the HMC server-side search endpoint. The state filter is ignored when vios_name_or_uuid or system_name_or_uuid is supplied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNo
vios_name_or_uuidNo
system_name_or_uuidNo
Behavior4/5

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

The readOnlyHint annotation already marks this as a safe read, and the description adds meaningful behavior: accepts either PartitionName or UUID, returns vSCSI/NPIV/virtual optical mappings, and uses the HMC server-side search endpoint for state filtering. It does not mention pagination or output shape, but adds substantial context beyond annotations.

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

Conciseness5/5

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

The description is front-loaded with a clear purpose sentence and then organized into conditional 'When...' paragraphs. Each sentence adds necessary parameter behavior or constraints; there is no filler or redundancy.

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 no output schema, the description explains the two return shapes (list of VIOS entries vs device mapping facts) and all parameter interactions. It could be more complete by specifying the fields in the VIOS entries or error conditions, but it is otherwise solid for a read-only list/detail tool.

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 description coverage is 0%, but the description fully explains all three parameters: vios_name_or_uuid selects a specific VIOS, system_name_or_uuid restricts the list, and state filters by PartitionState with explicit interaction rules. This completely compensates for the bare schema.

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: 'List Virtual I/O Servers or get storage-detail mappings for one.' It clearly distinguishes two modes and the resource (VIOS), differentiating it from sibling tools like hmc_lpars or hmc_systems.

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 strong conditional usage guidance: when vios_name_or_uuid is provided, get mappings; when omitted, list all; system_name_or_uuid restricts; state filters only when vios_name_or_uuid is omitted. It does not explicitly name alternatives but gives clear context and an exclusion rule ('state filter is ignored').

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