Skip to main content
Glama

storage_iscsi_status

Read-onlyIdempotent

Retrieve the software iSCSI adapter state and configured send targets for an ESXi host. Verify prerequisites before enabling iSCSI or adding targets, and confirm changes have taken effect.

Instructions

[READ] Get the software iSCSI adapter state and configured send targets for an ESXi host.

Returns {host, enabled, hba_device, iqn, send_targets: [{address, port}]}; when the adapter is disabled, enabled=false with null device/IQN and an empty target list. No side effects. Use this before storage_iscsi_enable / storage_iscsi_add_target / storage_iscsi_remove_target to check prerequisites, and afterwards to verify the change took effect.

Args: host_name: ESXi host name exactly as shown in vCenter inventory (FQDN or IP). Errors if not found. target: Optional vCenter/ESXi target name from config; omit to use the default target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
host_nameYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and no side effects. The description adds valuable details about the return format (including the disabled case) and confirms no side effects, providing more context than annotations alone.

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 concise, front-loaded with purpose and return format, followed by usage guidance and parameter details. Every sentence adds value, and the structure is logical.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/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 fully explains the return value structure. It covers side effects, parameter details, and usage context, making it complete for a read-only informational tool.

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?

With 0% schema coverage, the description compensates by explaining host_name as 'ESXi host name exactly as shown in vCenter inventory (FQDN or IP). Errors if not found.' and target as 'Optional vCenter/ESXi target name from config; omit to use the default target.' This adds meaning beyond 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 clearly states the tool retrieves the software iSCSI adapter state and configured send targets for an ESXi host. It uses '[READ]' to indicate a read operation and distinguishes itself from sibling tools by explicitly mentioning when to use it (before enable/add/remove and after to verify).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this before storage_iscsi_enable / storage_iscsi_add_target / storage_iscsi_remove_target to check prerequisites, and afterwards to verify the change took effect.' This provides clear when-to-use and alternative tools.

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/zw008/VMware-Storage'

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