Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAYTABS_PROFILE_IDYesMerchant profile ID
PAYTABS_SERVER_KEYYesServer key from PayTabs 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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_payment_pageB

Create a hosted payment page via PayTabs.

query_transactionB

Query transaction details by reference.

refund_transactionB

Refund a completed transaction.

create_tokenB

Tokenize a card for recurring payments.

charge_tokenB

Charge a saved card token.

list_transactionsB

List transactions by date range.

void_transactionC

Void a pending transaction.

get_payment_methodsB

Get available payment methods for a currency.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct action: creating payment pages, querying, refunding, voiding, tokenization, charging tokens, listing, and fetching methods. No overlap exists.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (create_, query_, refund_, void_, list_, get_, charge_). The naming convention is uniform and predictable.

Tool Count5/5

With 8 tools, the set is well-scoped for a payment processing server, covering core payment operations without being bloated or sparse.

Completeness4/5

The surface covers the main payment lifecycle: creation, querying, refund, void, tokenization, and charging tokens. A minor gap is the lack of a capture/settlement operation, but most workflows are supported.

Maintenance

ActivityInactive
ResponsivenessSyncing