Skip to main content
Glama
YanKe1816

Data Documentation Checker

by YanKe1816

Data Documentation Checker

Data Documentation Checker organizes and checks user-provided data documentation so field meanings, types, and constraints can be understood consistently by people, systems, and AI agents.

Tools

  • extract_data_dictionary: extracts explicitly stated field definitions from supplied documentation, field tables, JSON Schema, or sample structures.

  • check_data_documentation: checks whether supplied documentation clearly states key field information.

  • compare_schema_versions: compares two supplied schema or documentation versions by exact field name.

Related MCP server: mcp-docs-tools

Technical Stack

  • Cloudflare Workers

  • TypeScript

  • MCP over JSON-RPC at POST /mcp

Install

npm install

Local Run

npm run dev

Typecheck

npm run typecheck

Local MCP Regression

npm run test:mcp:local

The regression script starts a local Wrangler worker, waits for /health, runs route checks, MCP initialize, tools/list, tools/call coverage for all three tools, error contract cases, unknown-tool handling, annotation checks, and output schema alignment checks. It exits automatically and does not require manual JSON entry.

Routes

  • GET /: minimal HTML status page.

  • GET /health: stable JSON health response.

  • POST /mcp: only MCP endpoint.

Boundaries

This app is read-only and stateless. It has no login, OAuth, database, external API calls, external system access, or external side effects.

Out of Scope

The app does not inspect real databases, check live data quality, modify schemas, generate migrations, repair data models, or call LLM or external APIs.

Support

Support Email: sidcraigau@gmail.com

Current Gate State

This project has not been deployed. It has not entered Developer Mode testing and has not been submitted for review.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Detects schema mismatches between data producers and consumers through static analysis, supporting extraction, comparison, code generation, and automated validation with watch mode for MCP tools, APIs, and service contracts.
    Last updated
    11
    26
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Enables large language models to retrieve up-to-date and correct information about dlt pipelines, datasets, and schemas, improving AI-assisted development.
    Last updated
    8
    10
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.

  • Define, ship & query your analytics tracking from one source of truth, trusted by humans and agents.

  • Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YanKe1816/Data-documentation-checker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server