Skip to main content
Glama

Create Circuit_termination

netbox_create_circuit_termination

Add a new circuit termination record to NetBox. Define the circuit, termination side, and optional attributes like port speed, scope, and tags.

Instructions

Create a new circuit_termination in NetBox.

This adds a new row to NetBox. Ask before calling if the user wanted a dry-run.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional array of tag slugs to apply to the object.
circuitYesCircuit id (required).
pp_infoNo
term_sideYesTermination side A or Z (required).
port_speedNoPort speed (kbps).
descriptionNo
xconnect_idNo
custom_fieldsNoOptional object of custom-field slugs -> values. Only include fields defined on your NetBox instance.
mark_connectedNo
termination_idNoNumeric id of the termination scope object (e.g. a site id or provider-network id).
upstream_speedNoUpstream speed (kbps).
response_formatNoOutput format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls.markdown
termination_typeNoScope object type (NetBox 4.2+ replaced site/provider_network with scope); set with termination_id.
Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) with potential side effects (openWorldHint=true). The description adds the dry-run caution and mentions return format, but does not disclose error behavior, uniqueness constraints, or other side effects. It adds some value 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 very concise: three sentences plus a brief return note. The purpose is stated first, and every sentence adds value (purpose, caution, return format). No redundant information.

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 of 13 parameters and no output schema, the description is incomplete. It lacks explanation of what a circuit_termination is, how required parameters (circuit, term_side) relate, and the meaning of optional fields like termination_type. The dry-run advice and return format note are helpful but insufficient.

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?

Schema description coverage is 69% (below 80%), and the tool description does not explain any parameters. Several schema parameters (e.g., pp_info, description, xconnect_id, mark_connected) lack descriptions in the schema, and the tool description does not compensate, leaving the agent with insufficient guidance.

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 'Create a new circuit_termination in NetBox', specifying the verb ('Create') and the resource ('circuit_termination'). This directly matches the tool name and title, leaving no ambiguity about the tool's function.

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 includes a guideline to 'Ask before calling if the user wanted a dry-run', but it does not explain when to use this create tool versus alternatives like netbox_update_circuit_termination or netbox_get_circuit_termination. No when/when-not or comparison to siblings is provided.

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