Skip to main content
Glama
jim-coyne

Hyperfabric MCP Server

nodesUpdateNodeSubInterface

Modify sub-interface settings like IP addresses, VLAN IDs, descriptions, and annotations on network nodes within Hyperfabric infrastructure.

Instructions

Update a specific sub-interface.

To use this tool, pass the resource ID and the fields to update as arguments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fabricIdYesThis is a read-only field. The unique identifier of the fabric to which this sub-interface belongs to.
nodeIdYesThis is a read-only field. The unique identifier of the node to which this sub-interface belongs to.
subInterfaceIdYesThe sub-interface id or name.
annotationsNoA list of name-value annotations to store user-defined data including complex data such as JSON associated with the sub-interface.
descriptionNoThe description is a user-defined field to store notes about the sub-interface.
enabledNoThe enabled state of the sub-interface which indicates if the sub-interface is enabled or disabled.
idNoThis is a read-only field. The unique identifier of the sub-interface of the node in the fabric.
ipv4AddressesNoA list of up to two IPv4 host addresses with subnet mask to be configured on the sub-interface.
ipv6AddressesNoA list of up to two IPv6 host addresses with subnet mask to be configured on the sub-interface.
labelsNoA list of user-defined labels that can be used for grouping and filtering sub-interfaces.
metadataNoMetadata defines a map of attributes related to the lifecycle of the object.
nameNoThe name of the sub-interface of the node. Must be in the format Ethernet1_1_1.\<VLAN_ID\>.
parentNoThis is a read-only field. The name of parent interface to which this sub-interface belong to.
vlanIdNoThe VLAN ID used as dot1q encapsulation for the sub-interface. The VLAN ID must be between 1 and 4094.
vrfIdNoThe unique identifier of the VRF to which this sub-interface is attached to.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'Update' but fails to disclose critical behavioral traits such as required permissions, whether the operation is idempotent, potential side effects (e.g., network disruption), or response format. This leaves significant gaps in understanding how the tool behaves beyond the basic action.

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 brief and front-loaded with the core purpose, using only two sentences without unnecessary details. However, it could be more structured by explicitly listing key updatable fields or constraints, though it avoids verbosity and earns its place efficiently.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (15 parameters, nested objects, no output schema, and no annotations), the description is inadequate. It doesn't explain what 'update' entails (e.g., partial vs. full updates), error handling, or return values, leaving the agent with insufficient context for a mutation tool in a network management domain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all 15 parameters. The description adds no additional meaning beyond stating to pass 'resource ID and the fields to update', which is redundant with the schema. This meets the baseline for high schema coverage but doesn't enhance parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Update') and resource ('a specific sub-interface'), making the purpose evident. However, it doesn't differentiate from sibling tools like 'nodesUpdateNodeLoopback' or 'nodesUpdatePort', which also update specific resources, leaving room for improvement in distinguishing this specific tool.

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

Usage Guidelines2/5

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

The description provides minimal guidance by stating 'To use this tool, pass the resource ID and the fields to update as arguments', but it lacks explicit context on when to use this tool versus alternatives (e.g., 'nodesAddNodeSubInterfaces' for creation or 'nodesDeleteNodeSubInterface' for deletion). No prerequisites or exclusions are mentioned, offering limited help for selection.

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/jim-coyne/hyperfabric_MCP'

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