Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHIPBOB_API_KEYYesYour ShipBob API key (obtain from your ShipBob dashboard)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_productsD
get_productD
create_productD
update_productD
list_ordersD
get_orderD
create_orderD
cancel_orderD
get_inventoryD
get_product_inventoryD
get_inventory_levelsD
adjust_inventoryD
list_shipmentsD
get_shipmentD
create_shipmentD
list_webhooksD
create_webhookD
delete_webhookD
list_returnsD
get_returnD
create_returnD
list_fulfillment_centersD
get_fulfillment_centerD
list_channelsD
get_channelD
get_inventory_reportD
get_orders_reportD
get_shipping_reportD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 28 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific resources and actions in the ShipBob e-commerce/fulfillment domain. Tools like get_inventory, get_inventory_levels, and get_inventory_report are well-differentiated by their focus on different aspects of inventory data, with no apparent overlap that would cause confusion.

Naming Consistency5/5

The naming follows a perfectly consistent verb_noun pattern throughout all 28 tools. Verbs like get, list, create, update, cancel, adjust, and delete are used predictably with corresponding nouns, creating a highly readable and systematic interface.

Tool Count3/5

With 28 tools, this is borderline heavy for a single server, though it covers a comprehensive e-commerce/fulfillment API surface. The count feels slightly excessive but is reasonable given the domain's complexity, falling into the upper range of what's manageable.

Completeness5/5

The tool set provides complete CRUD/lifecycle coverage for all major domain entities (orders, products, inventory, shipments, returns, webhooks, channels, fulfillment centers). Every resource has appropriate create, get, list, and often update/delete operations, with no obvious gaps in the workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues