Skip to main content
Glama
heavnzor
by heavnzor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROOTYesThe root directory for the data workspace (passed as --root)

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
proofmill_profileB

Inspect column names, null counts and cardinality without sending raw row samples.

proofmill_recipe_schemaA

Return the bounded recipe schema for rename, cast, filter and grouped sum operations.

proofmill_validateA

Validate an AI-proposed recipe before execution; no data is read or written.

proofmill_compareB

Run an accepted four-way comparison and write receipts/Parquet to a new local folder.

proofmill_explainA

Trace one business key across the four executions in a saved comparison receipt.

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 5 tools

Disambiguation5/5

Each tool targets a distinct stage in the proofmill workflow: profiling, recipe schema creation, validation, comparison execution, and receipt explanation. There is no meaningful overlap between their responsibilities.

Naming Consistency4/5

All tools share the proofmill_ prefix and use lowercase snake_case, which is predictable. Four names are verb-led, while recipe_schema is noun-led, a minor deviation from the otherwise consistent pattern.

Tool Count5/5

Five tools is well-scoped for a focused data profiling and comparison pipeline. Each tool earns its place and corresponds to a clear phase in the workflow.

Completeness4/5

The core lifecycle is covered: profile, schema, validate, execute, and explain. A minor gap is the lack of a tool for listing saved receipts or inspecting broader comparison outputs beyond tracing a single business key.

Maintenance

ActivityMaintained
ResponsivenessNo issues