Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SHIPLOGIC_API_KEY | Yes | Your Shiplogic API key | |
SHIPLOGIC_API_URL | No | API base URL | https://api.shiplogic.com |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_shipping_rates | Get shipping rates for a shipment between two addresses |
get_opt_in_rates | Get optional add-on rates for a shipment |
create_shipment | Create a shipment with Shiplogic |
track_shipment | Track a shipment by tracking number |
cancel_shipment | Cancel a shipment by tracking reference |