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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_subscriptionsA

Detect recurring subscriptions and 'zombie' (forgotten / wasteful) charges from raw bank or subscription data. Paste a CSV export or free-form lines (date, description, amount). Returns each recurring charge with a ZOMBIE/REVIEW/ACTIVE verdict, cadence, annualized cost, and the estimated yearly savings from killing the zombies.

generate_letterB

Draft a ready-to-send letter for one recurring charge: a cancellation request, a renegotiation/retention script, or a GDPR/CCPA data-deletion request. You send it yourself; this only drafts it.

build_letter_packageC

Scan raw data and build the full action package: for every detected zombie/review charge, draft the cancel + renegotiate + data-deletion letters in one go. The complete deliverable.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct step in the workflow: scanning for charges, drafting individual letters, and building a complete package. No overlap in purpose.

Naming Consistency5/5

All tools follow a clear verb_noun pattern: scan_subscriptions, generate_letter, build_letter_package. Consistent and predictable.

Tool Count5/5

Three tools is perfectly scoped for this focused domain—covering detection, single-action drafting, and batch processing without bloat.

Completeness5/5

The tool set covers the full lifecycle for the intended purpose: scanning to identify zombies, generating individual letters, and packaging them. No essential operation is missing.

Maintenance

ActivityInactive
ResponsivenessNo issues