Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AMEX_DEBUGNoOptional. Enable debug mode with 'true'.false
AMEX_DATA_DIRNoOptional. Set custom path for data directory.
AMEX_OUTPUT_DIRNoOptional. Set custom path for output directory.

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
analyze_amex_spendingB

Analyze Amex credit card spending from CSV file

find_subscriptionsB

Find all subscriptions in Amex transactions

analyze_vendorC

Get detailed analysis of a specific vendor

find_anomaliesC

Find spending anomalies and potential fraud

spending_by_categoryB

Analyze spending broken down by category

export_analysisC

Export comprehensive spending analysis

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct analytical aspect: overall spending, subscriptions, specific vendors, anomalies, category breakdown, and export. No meaningful overlap exists between them.

Naming Consistency4/5

Five of six tools follow a clear verb_noun convention (analyze_*, find_*, export_*). The outlier, spending_by_category, uses a noun phrase but is still readable and not jarringly inconsistent.

Tool Count5/5

Six tools is a well-scoped count for a specialized spending-analysis server. Each tool covers a distinct need without redundancy or bloat.

Completeness4/5

The surface covers the core analysis lifecycle: overall analysis, drill-downs (vendor, category), anomaly detection, and export. Minor gaps like time-period comparison or raw transaction listing could be added, but the current set supports typical workflows.

Maintenance

ActivitySlowing
ResponsivenessNo issues