Skip to main content
Glama
Kodeas
by Kodeas

Create draft parcel order

deftship_create_parcel_order

Create a draft parcel order that appears on the Open Orders page without purchasing a label. Optionally update an existing draft by providing its shipment_order_id.

Instructions

Create a draft parcel order that appears on the Open Orders page in the dashboard. Does not purchase a label. Returns the shipment_order_id. Pass shipment_order_id to update an existing draft.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_addressYesReceiver address.
length_unitNoLength unit. Defaults to your account preference.
weight_unitNoWeight unit. Defaults to your account preference.
from_addressNoSender address. Required if from_address_id is not given.
package_listYesPackages in this shipment.
extra_servicesNoOptional extra carrier services. All default to false.
customs_detailsNoCustoms details container for international shipments
from_address_idNoSaved sender address id. Provide this OR from_address.
return_address_idNoSaved return address id.
shipment_order_idNoExisting order id to update. Omit to create a new draft.
Behavior4/5

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

Description adds 'Does not purchase a label' and 'update an existing draft' beyond annotations. No contradiction with readOnlyHint=false and destructiveHint=false. Does not detail auth or rate limits, but sufficient given 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?

Three concise sentences, front-loaded with main action, no unnecessary words.

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 nested objects and complexity, description covers core behavior but lacks details on related tools (e.g., that drafts can later be shipped) and output format. Adequate for basic use.

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 100% with full descriptions for all 10 parameters. Description adds no extra parameter meaning beyond schema, baseline 3 applies.

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?

Description clearly states 'Create a draft parcel order', specifies it appears on Open Orders, does not purchase a label, and returns shipment_order_id. Distinguishes from siblings like deftship_ship_parcel.

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

Usage Guidelines4/5

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

Provides clear usage context: create draft, no label purchase, returns ID to update. Implicitly suggests use for drafts only, but lacks explicit when-not-to-use or alternatives beyond the ID update note.

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/Kodeas/deftship-mcp'

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