Skip to main content
Glama

Update Circuit_termination

netbox_update_circuit_termination
DestructiveIdempotent

Update an existing circuit termination in NetBox by supplying its ID and only the fields to change. Omitting a field leaves it unchanged.

Instructions

Update an existing circuit_termination in NetBox (PATCH semantics — only provided fields are changed).

Supply the numeric 'id' and only the fields you want to change. Omitting a field leaves it unchanged.

Returns: Markdown summary of the updated object (default) or JSON with the full NetBox response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric id of the circuit_termination to update.
tagsNoOptional array of tag slugs to apply to the object.
circuitNo
pp_infoNo
term_sideNo
port_speedNo
descriptionNo
xconnect_idNo
custom_fieldsNoOptional object of custom-field slugs -> values. Only include fields defined on your NetBox instance.
mark_connectedNo
termination_idNo
upstream_speedNo
response_formatNoOutput format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls.markdown
termination_typeNo
Behavior3/5

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

Annotations provide readOnlyHint=false, destructiveHint=true, idempotentHint=true. The description adds PATCH semantics context and return format options. However, it does not explain what 'destructive' means in this context or discuss auth, rate limits, or side effects of modifying certain fields. It adds some value beyond annotations but misses important behavioral details.

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 very concise: three sentences covering purpose, required input, and return format. Every sentence earns its place, and the information is front-loaded.

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

Completeness3/5

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

Given the tool's complexity (14 params, no output schema, destructiveHint annotation), the description is adequate for basic updates but lacks details on parameter behavior, default values, and potential side effects. It does not explain how tags or custom_fields are handled or the meaning of term_side/termination_id.

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

Parameters2/5

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

With 14 parameters and only 29% schema description coverage, the description does little to compensate. It provides a general note about partial updates but does not explain individual parameters like tags, term_side, or custom_fields. The mention of response_format is implicit but helpful.

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 updates an existing circuit_termination using PATCH semantics, specifying that only provided fields are changed. It distinguishes itself from get, create, list, and delete siblings by its focus on partial updates.

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 explicitly instructs to supply the numeric 'id' and only the fields to change, and notes that omitting a field leaves it unchanged. It provides clear usage context but does not explicitly mention when not to use or suggest alternatives like get_circuit_termination for viewing current state.

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/ZenixSolutions/netbox-mcp-server'

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