Skip to main content
Glama

Create Aggregate

netbox_create_aggregate

Create an IP aggregate in NetBox by providing a CIDR prefix and RIR ID. Optionally add tags, tenant, comments, and custom fields.

Instructions

Create a new aggregate 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
rirYesRIR id (required, e.g. ARIN/RIPE).
tagsNoOptional array of tag slugs to apply to the object.
prefixYesAggregate CIDR, e.g. '10.0.0.0/8' (required).
tenantNo
commentsNo
date_addedNoDate added (ISO-8601, YYYY-MM-DD).
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
Behavior3/5

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

Annotations already indicate a write operation (readOnlyHint: false). The description adds that it 'adds a new row' and includes a dry-run warning, which is behavioral context not in annotations. However, it does not disclose side effects, permission needs, or other behaviors. This is moderate value.

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 (3 sentences) and front-loads the purpose. The second sentence ('This adds a new row to NetBox') is slightly redundant with the first. Overall efficient but could be tighter.

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?

For a create tool with 9 parameters and no output schema, the description explains the action, return format, and a dry-run consideration. It lacks details on prerequisites, what an aggregate represents in NetBox, or how it relates to other objects. Adequate but not thorough.

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 67%, leaving three parameters (tenant, comments, description) undocumented. The description does not add any parameter explanations, nor does it compensate for the missing schema descriptions. It relies entirely on the input schema, which is incomplete.

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 states 'Create a new aggregate in NetBox,' which clearly identifies the action and resource. It does not explicitly differentiate from sibling create tools (e.g., netbox_create_prefix), but the tool name and title already provide that distinction. Hence, purpose is clear but lacks sibling differentiation.

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 only usage guidance is 'Ask before calling if the user wanted a dry-run.' This is a caution, not a guideline on when to use this tool versus alternatives like netbox_get_aggregate or netbox_update_aggregate. There is no comparison or context 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/ZenixSolutions/netbox-mcp-server'

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