Skip to main content
Glama

Create Delivery

netbox_create_delivery

Create a new delivery record in NetBox with required name and purchase ID, plus optional date, tags, comments, and custom fields.

Instructions

Create a new delivery 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
dateNoDelivery date (ISO-8601, YYYY-MM-DD).
nameYesDelivery name (required).
tagsNoOptional array of tag slugs to apply to the object.
commentsNo
purchaseYesPurchase id (required).
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
receiving_contactNoReceiving contact id.
Behavior3/5

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

The description states 'adds a new row' and mentions return format. Annotations already indicate non-read-only, non-destructive. The dry-run advice adds some transparency, but no details on idempotency or side effects beyond the basic creation.

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-4 sentences) and front-loaded with the core action. The only minor redundancy is the repetition of the creation concept, but overall it is efficient and well-structured.

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?

For a tool with 9 parameters and no output schema, the description lacks important context: it doesn't explain what a delivery is, the relationship with purchases, or how to perform a dry-run. The return format is covered, but prerequisites and broader context are missing.

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 description coverage is 78%, high, so baseline 3 applies. The description does not add extra meaning beyond the schema; it does not elaborate on parameter usage or constraints.

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 explicitly states 'Create a new delivery in NetBox' and 'adds a new row', making the purpose clear. It does not explicitly differentiate from siblings like update or delete, but the verb 'create' and the context are sufficient.

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?

Provides a key guideline: 'Ask before calling if the user wanted a dry-run.' This is helpful for a mutation tool. However, it does not mention when to use this tool versus alternatives (e.g., list_deliveries or get_delivery) or specify prerequisites (e.g., purchase must exist).

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