Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NORDSTROM_EMAIL | Yes | Nordstrom account email address used for accessing authenticated features like bag, wishlist, and orders. | |
| NORDSTROM_PASSWORD | Yes | Nordstrom account password used for accessing authenticated features like bag, wishlist, and orders. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_products | Search Nordstrom merchandise by keyword, category, or brand. Returns a list of products with pricing, availability, and direct URLs. |
| get_product | Get full product details including description, features, available sizes, images, and pricing for a specific Nordstrom item. |
| add_to_bag | Add an item to the Nordstrom shopping bag. Requires authentication via NORDSTROM_EMAIL and NORDSTROM_PASSWORD environment variables. |
| get_bag | View the current Nordstrom shopping bag contents, subtotal, and estimated total. Requires authentication. |
| remove_from_bag | Remove an item from the Nordstrom shopping bag by item ID. Requires authentication. |
| get_wishlist | View saved items in the Nordstrom wishlist. Requires authentication. |
| add_to_wishlist | Save an item to the Nordstrom wishlist / Favorites. Requires authentication. |
| check_inventory | Check product availability at Nordstrom stores near a given ZIP code, for a specific size. |
| get_orders | View Nordstrom order history including order number, date, status, and items. Requires authentication. |
| track_order | Track a Nordstrom shipment by order number. Returns status, carrier, tracking number, estimated delivery, and tracking events. Requires authentication. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |