zombie-killer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct step in the workflow: scanning for charges, drafting individual letters, and building a complete package. No overlap in purpose.
All tools follow a clear verb_noun pattern: scan_subscriptions, generate_letter, build_letter_package. Consistent and predictable.
Three tools is perfectly scoped for this focused domain—covering detection, single-action drafting, and batch processing without bloat.
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.