Skip to main content
Glama

Create Virtual_circuit

netbox_create_virtual_circuit

Create a virtual circuit in NetBox by specifying its ID, provider network, and type.

Instructions

Create a new virtual_circuit 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
cidYesVirtual circuit ID (required).
tagsNoOptional array of tag slugs to apply to the object.
typeYesVirtual circuit type id (required).
statusNoactive
tenantNo
commentsNo
descriptionNo
custom_fieldsNoOptional object of custom-field slugs -> values. Only include fields defined on your NetBox instance.
response_formatNoOutput format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls.markdown
provider_accountNo
provider_networkYesProvider network id (required).
Behavior4/5

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

Annotations already indicate readOnlyHint=false (write operation) and destructiveHint=false. The description adds clarity by stating 'This adds a new row to NetBox' and describing the return format (markdown or JSON), which is beyond annotations. No contradictions.

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: two sentences plus a returns line. Every sentence serves a purpose (action, safety guidance, output format). No redundant or unnecessary information.

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

Completeness4/5

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

Given the complexity (11 parameters, no output schema, annotations provided), the description covers the essential behavioral context: it's a write operation, includes a safety warning, and explains output options. It could mention how to use custom_fields or nested objects, but the schema partially covers that. Overall, it is sufficiently complete for an agent to use safely.

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 55%, so many parameters lack descriptions in schema. The tool description does not add meaning for those undocumented parameters (e.g., tenant, comments, provider_account). It only adds guidance for response_format ('Use json when chaining follow-up tool calls'). Overall, the description compensates little for the gap.

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 verb 'create' and the resource 'virtual_circuit', and distinguishes among siblings that also target virtual_circuits (e.g., update, delete, get, list). The phrase 'This adds a new row to NetBox' reinforces the action.

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

Usage Guidelines3/5

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

The description advises 'Ask before calling if the user wanted a dry-run', which is a useful safety guideline. However, it does not explicitly state when to use this tool vs. alternatives like updating an existing virtual circuit, or any prerequisites. The guidance is minimal but present.

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