Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
track_packageA

Track a UPS package by tracking number. Returns current status, location history, and estimated delivery.

get_ratesB

Get UPS shipping rates between two addresses for a package.

find_locationsA

Find UPS Store locations, drop boxes, and access points near an address.

schedule_pickupB

Schedule a UPS package pickup at your address.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct UPS operation: tracking, rate quotes, location lookup, and pickup scheduling. There is no overlap or ambiguity between their purposes.

Naming Consistency5/5

All tools follow a clear verb_noun pattern: track_package, get_rates, find_locations, schedule_pickup. The naming is consistent and predictable.

Tool Count5/5

Four tools is a well-scoped set for a UPS-focused server, covering the most common customer-facing actions without being bloated or too sparse.

Completeness4/5

The toolset covers core shipping workflows (track, rate, locate, pickup), but lacks shipment creation and pickup cancellation, which are notable but not critical gaps for typical use.

Maintenance

ActivityInactive
ResponsivenessNo issues