Skip to content

Agent Tools Reference

Every tool the agent can call, with its safety class and dry-run behaviour.

Updated September 3, 20261 min readPostsale CLI

The CLI registers 61 tools for the natural-language agent. This list is generated from the CLI itself at each release, so it matches the CLI you have installed.

ToolNotes
add_carrier
autocomplete_address
bulk_set_order_statusdry-run intercepted
bulk_update_from_address
bulk_update_insuranceagent-only: no CLI subcommand or slug
bulk_update_referencesagent-only: no CLI subcommand or slug
bulk_update_ship_date
bulk_update_shipment_package
bulk_update_shipment_service
configure_automation
create_end_of_day_manifestdestructive; dry-run intercepted
create_filter
create_orderintent builder (fills the body for you)
create_origin_address
create_shipmentintent builder; money-moving; dry-run intercepted
create_shipping_rule
delete_automationdestructive; dry-run intercepted
delete_carrierdestructive; dry-run intercepted
delete_filterdestructive; dry-run intercepted
delete_origin_addressdestructive; dry-run intercepted
delete_shipmentdestructive; dry-run intercepted
delete_shipping_ruledestructive; dry-run intercepted
delete_templatedestructive; dry-run intercepted
get_accountCLI: account whoami
get_address_details
get_automation
get_carriersCLI: carriers list (redacted)
get_manifest_eligible_shipments
get_order
get_origin_addresses
get_ratesintent builder (fills the body for you)
get_report
get_shipment
get_template
get_tool_schema
get_tracking
get_work_queueproduct shippable queue
list_automations
list_filters
list_order_statuses
list_shipments_for_ordersCLI: shipments get --reference / list pattern
list_shipping_rules
list_stores
list_templates
parallel_mapparallel batch fan-out; batch auth
purchase_labelsmoney-moving; dry-run intercepted
query_trace
recover_order
search_orders
set_order_statusdry-run intercepted
tag_order
update_automation
update_carrier
update_filter
update_order
update_origin_address
update_shipment
update_shipping_rule
update_template
validate_carrier
void_shipmentmoney-moving; dry-run intercepted

See agent/tools.md for when to use which tool.