AI Connectors · Developer Tools

Enum Value Normalizer

Maps free-text input onto an allowed enum list

Listed in ChatGPT

Overview

What Enum Value Normalizer does

Enum Value Normalizer maps loose text onto a fixed set of permitted values. It takes two inputs: the raw string and the list of values that are actually allowed.

The mismatch it handles is formatting. A system may accept only in_progress while the incoming value arrives as In Progress, IN-PROGRESS, or some other casing and punctuation variant. What comes back is a structured record: the matched value, a flag for whether the input was supported at all, a confidence score, a status, and error detail where relevant.

The scope is deliberately narrow. It will not mint values outside the allowed list, interpret what a value means for a business, reach out to other systems, retain input, or write anything back.

Who it is for

A developer or workflow builder wiring free-text input into a system that accepts only a fixed vocabulary.

What stands out

The response carries a confidence score and a supported flag rather than a bare string, so the calling system can decide what to do with a weak match.

Availability

Where Enum Value Normalizer is listed

Enum Value Normalizer is listed in the ChatGPT apps directory only. Beike Yan has no connector under the same domain in the Claude directory; 392 of the 3,150 products here are on both marketplaces, and this is not one of them.

ChatGPT apps are built on MCP, and the same server can back a Claude connector, so the absence is a distribution decision rather than a technical one.

ChatGPT listing

In the ChatGPT apps directory

Developer
Beike Yan
Filed under
Developer Tools
Listed since
June 2026
Authentication
Authenticates when installed
Policies published
Privacy policy · Terms of service
Official listing
Open in ChatGPT
Snapshot
August 2026

Example prompts from the listing

  • Normalize "In Progress" → todo, in_progress, done
  • Normalize "cancelled" → todo, in_progress, done
  • Normalize "HIGH" → low, medium, high

Nearby

Other Developer Tools connectors

3Min API

REST API creation from a JSON schema

ChatGPT

Adalo

No-code mobile and web app building by chat

ChatGPT

Affirmed AI

Vulnerability findings and endpoint inventory from Affirmed

Claude

Sugra API

One gateway to many primary-source data feeds

ChatGPT

Swagger

API design, governance checks, and documentation portals

Claude

This is an independent catalogue entry compiled by Node8 from Enum Value Normalizer's public marketplace listing as it stood in August 2026. Listing facts come from the marketplaces; the comparisons against the rest of the directory and any live-endpoint measurements are Node8's. Node8 is not affiliated with Beike Yan, and inclusion here is not an endorsement.

Want your company reachable inside ChatGPT and Claude?

Node8 builds MCP servers end to end: deciding which tools are worth exposing, the authentication and permission model, the review submissions, and the onboarding that gets them used. One server serves ChatGPT, Claude, and Microsoft Copilot.

See how it works