Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACHLENS_ALLOWED_ROOTSNoConfigure ACHLENS_ALLOWED_ROOTS to enable MCP path inputs; otherwise provide file content directly.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
server_statusA

Return the local achlens server status.

validate_ach_fileC

Validate an ACH file and return structured findings and aggregate counts.

summarize_ach_fileC

Summarize ACH structure, totals, SEC codes, returns, and NOCs.

parse_ach_fileC

Parse named ACH fields in a bounded page of records.

explain_control_totalsC

Explain stated versus recomputed batch and file control totals.

check_routing_numberB

Check an ABA routing number's mathematical check digit.

lookup_ach_codeC

Look up a return, NOC, transaction, SEC, or service-class code.

generate_test_ach_fileA

Generate a balanced synthetic ACH file for testing, never transmission.

repair_control_records_toolC

Repair derived controls, returning content only in content mode.

diff_ach_files_toolB

Compare two ACH contents and return masked field-level differences.

Prompts

Interactive templates invoked by user choice

NameDescription
debug_ach_fileGuide deterministic ACH validation and control-total debugging.
explain_returnsGuide a concise returns and NOCs explanation.

Resources

Contextual data attached and managed by the client

NameDescription
layoutsThe packaged ACH record layouts.
rulesThe packaged ACH validation rule catalog.

TDQS

B3.2/5.0

Scored across 10 tools

Disambiguation4/5

Each tool targets a distinct action or resource (validate, summarize, parse, explain, repair, diff, generate, lookup, check, status). Slight overlap exists between validate_ach_file, summarize_ach_file, and explain_control_totals regarding control totals, but their outputs and purposes are clearly differentiated by description.

Naming Consistency4/5

Most names follow a consistent verb_noun snake_case pattern (e.g., validate_ach_file, parse_ach_file, check_routing_number). Two tools break this with a '_tool' suffix (repair_control_records_tool, diff_ach_files_tool), and server_status uses a noun_noun form, but overall the set is predictable.

Tool Count5/5

10 tools is well within the ideal range for this domain. Each tool addresses a specific need—validation, parsing, summarization, code lookup, generation, repair, diff, and status—without redundancy or bloat.

Completeness4/5

The surface covers core ACH file operations: validation, parsing, summarization, control total explanation, code lookup, routing checks, test file generation, control repair, and diffing. Minor gaps exist for broader file editing or production file creation, but these may be outside the intended scope.

Maintenance

ActivityMaintained
ResponsivenessNo issues