Skip to main content
Glama

Create Circuit_group

netbox_create_circuit_group

Create a new circuit group in NetBox to organize related circuits under a common group name. Requires name and slug.

Instructions

Create a new circuit_group 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
nameYesName (required).
slugYesURL slug (required).
tagsNoOptional array of tag slugs to apply to the object.
tenantNo
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
Behavior4/5

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

Annotations indicate this is a write operation (readOnlyHint=false). The description adds behavioral detail: 'This adds a new row' confirms database insertion, and 'Ask before calling...' suggests a precaution. Return format options are also disclosed. No contradiction with 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?

The description is short (two sentences plus a 'Returns:' line) and front-loaded with the core purpose. The phrase 'This adds a new row to NetBox' is slightly redundant but overall concise without unnecessary details.

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 has 7 parameters, no output schema, and many siblings, the description covers the essential aspects: creation purpose, safety check (dry-run), and output format. However, it lacks explanation of what a circuit_group is, prerequisites, or parameter dependencies, which may leave gaps for an agent.

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 coverage is high (71%), and the description does not elaborate on any parameters beyond what the schema provides. The description adds no new insight into parameter meaning or usage beyond the schema's own descriptions.

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 explicitly states 'Create a new circuit_group in NetBox', clearly indicating the action and resource. It distinguishes from siblings like netbox_update_circuit_group and netbox_get_circuit_group, which involve updating or retrieving, not creating.

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 to 'Ask before calling if the user wanted a dry-run', which is a usage guideline for safety. However, it does not compare with alternatives like updating or listing, nor specify prerequisites or contexts.

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