Skip to main content
Glama

Server Details

Data transformation toolkit — standardize, reshape, and normalize messy data

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

10 tools
diffInspect

Compare two data files and show what changed (added, removed, modified rows).

ParametersJSON Schema
NameRequiredDescriptionDefault
path_afterYesPath to transformed file
path_beforeYesPath to original file
explain_transformInspect

Describe what a specific transform does, its mode, and input types.

ParametersJSON Schema
NameRequiredDescriptionDefault
transform_nameYesName of the transform
learnInspect

Generate a YAML config from data patterns.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesPath to data file
list_domainsInspect

List available domain packs (e.g., people_hr, ecommerce, finance).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_transformsInspect

List all registered transforms with their modes, input types, and auto-apply status.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

mapInspect

Auto-map schemas between source and target files.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYesSource file path
targetYesTarget file path
profileInspect

Profile a data file showing column types, nulls, and patterns.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesPath to data file
select_from_findingsInspect

Map GoldenCheck findings to recommended GoldenFlow transforms. Bridge tool for Check-to-Flow handoff.

ParametersJSON Schema
NameRequiredDescriptionDefault
findingsYesList of GoldenCheck findings (each with 'check' and 'column' fields)
transformInspect

Transform a data file using GoldenFlow. Zero-config or config-driven.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesPath to data file
configNoOptional YAML config path
validateInspect

Dry-run transform on a file. Shows what would change without writing output.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesPath to data file
configNoOptional YAML config path

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.