Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAPERFLY_KEYNoYour Paperfly API key.
REDX_API_TOKENNoYour RedX API token.
STEADFAST_API_KEYNoYour Steadfast API key.
STEADFAST_SECRET_KEYNoYour Steadfast secret key.

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
list_couriersA

Show supported Bangladeshi couriers (Steadfast, Pathao, RedX, Paperfly) and check active credentials.

create_parcelB

Book a new parcel delivery across Bangladesh (Steadfast, Pathao, RedX, or Paperfly) with normalized response.

track_parcelA

Track shipment delivery status across Steadfast, Pathao, RedX, or Paperfly using Tracking Code / Consignment ID.

get_balanceA

Retrieve current merchant account balance and payout details from a courier.

check_fraud_riskA

Analyze Bangladeshi customer phone number delivery history and return/fraud risk score before dispatching.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct responsibility: listing couriers, creating parcels, tracking parcels, checking balances, and fraud risk. There is no overlap or ambiguity between tool purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: list_couriers, create_parcel, track_parcel, get_balance, check_fraud_risk. The naming convention is uniform and predictable.

Tool Count5/5

Five tools is a well-scoped size for a courier integration server. Each tool covers a meaningful operation without unnecessary bloat or missing core functionality.

Completeness4/5

The set covers courier listing, parcel creation, tracking, balance, and fraud risk, which covers the primary workflows. Minor gaps like cancel/return parcel or rate estimation are absent but not critical for basic usage.

Maintenance

ActivityMaintained
ResponsivenessNo issues