Skip to main content
Glama

get_transport_node_status

Read-onlyIdempotent

Check realized runtime status of a transport node to diagnose degradation or overlay tunnel issues. Returns connectivity, tunnel, and pNIC statuses.

Instructions

[READ] Get realized runtime status of one transport node (ESXi host or Edge node).

No side effects. Use after list_transport_nodes (which supplies node IDs) when a node looks degraded or overlay tunnels are suspect; for cluster-wide edge health use get_edge_cluster_status instead. Returns: node_id, status (e.g. UP, DEGRADED, DOWN, UNKNOWN), control_connection_status and mgmt_connection_status (controller/manager connectivity), tunnel_status (status plus up/down/degraded tunnel counts and BFD counters), and pnic_status (up/down/degraded pNIC counts). On failure returns {"error", "hint"} instead of raising.

Args: node_id: Transport node UUID, as returned by list_transport_nodes. target: NSX Manager name from config.yaml. Uses the default target if omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
node_idYes
Behavior5/5

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

Annotations already provide readOnlyHint, destructiveHint, idempotentHint, openWorldHint. Description adds 'No side effects.' and details return fields (node_id, status, etc.) and error behavior (returns {"error","hint"} instead of raising). Adds significant 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.

Conciseness4/5

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

Well-structured with sections (header, usage, returns, args). Front-loaded with '[READ]' and clear verb. A few extra details like BFD counters might be trimmed, but overall each sentence adds value. Slightly above average.

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?

Despite no output schema and low schema coverage, the description comprehensively explains return fields (node_id, status, control_connection_status, mgmt_connection_status, tunnel_status, pnic_status), error format, and prerequisites. Fully compensates for missing structured info.

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 explains both parameters: node_id as 'Transport node UUID, as returned by list_transport_nodes' and target as 'NSX Manager name from config.yaml. Uses the default target if omitted.' Provides meaning beyond the raw 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?

Description uses specific verb 'Get realized runtime status' and clearly identifies resource as 'one transport node (ESXi host or Edge node)'. Differentiates from siblings like list_transport_nodes and get_edge_cluster_status.

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?

Explicit guidance: 'Use after list_transport_nodes (which supplies node IDs) when a node looks degraded or overlay tunnels are suspect; for cluster-wide edge health use get_edge_cluster_status instead.' Clearly states when to use and when not to.

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-NSX'

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