Skip to main content
Glama

Create Route_target

netbox_create_route_target

Add a new route target to NetBox by specifying its name (e.g., 65000:100) and optional metadata such as tags, tenant, comments, description, or custom fields.

Instructions

Create a new route_target 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
nameYesRoute target, e.g. '65000:100' (required).
tagsNoOptional array of tag slugs to apply to the object.
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
Behavior3/5

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

Annotations (readOnlyHint=false, destructiveHint=false) indicate mutation, which is consistent with 'This adds a new row to NetBox.' The description adds a dry-run caution but lacks details on side effects or required permissions. No contradictions 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (two paragraphs and a list), front-loaded with the core purpose, and every sentence adds value (purpose, dry-run caution, output format). No redundancy.

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 complexity (7 parameters, no output schema), the description is adequate but not complete. It mentions return format but does not describe the content of the created object or required permissions. More detail would help the agent understand the full behavior.

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 57% (4 of 7 parameters have descriptions). The description does not elaborate on parameters beyond what the schema provides, except the response_format parameter is implicitly referenced via the return format note. The description adds minimal semantic value over the schema.

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 route_target in NetBox.' using a specific verb and resource, effectively distinguishing it from sibling tools such as netbox_get_route_target or netbox_update_route_target.

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 an instruction to 'Ask before calling if the user wanted a dry-run,' but fails to provide any guidance on when to use this tool vs. alternatives (e.g., netbox_update_route_target) or exclusions. No explicit usage context is given.

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