AgentMarketMCP / SKILL 资产档案馆

目录 / GoldenCheck

MCP 鉴权未知 未评级 已上架

GoldenCheck

Auto-discover validation rules from data — scan, profile, health-score. No rules to write.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:41):Auto-discover validation rules from data — scan, profile, health-score
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://goldencheck--benzsevern.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "GoldenCheck": {
      "url": "https://goldencheck--benzsevern.run.tools"
    }
  }
}

能力清单

工具说明
scanScan a data file (CSV, Parquet, Excel) for data quality issues. Returns findings with severity, confidence, affected rows, and sample values. No configuration needed — rules are discovered from the data.
validateValidate a data file against pinned rules in goldencheck.yml. Returns validation findings (existence, required, unique, enum, range checks).
profileProfile a data file and return column-level statistics: type, null%, unique%, min/max, top values, detected formats. Also returns a health score (A-F) based on finding severity.
health_scoreGet the health score (A-F, 0-100) for a data file. Quick summary of overall data quality.
list_checksList all available profiler checks and what they detect. No arguments needed.
get_column_detailGet detailed profile and findings for a specific column.
list_domainsList all available domain packs (healthcare, finance, ecommerce, etc.). Domain packs provide specialized semantic type definitions for specific data domains.
get_domain_infoGet detailed info about a specific domain pack — lists all semantic types, their name hints, and suppression rules.
install_domainDownload a community domain pack from the goldencheck-types repository and save it for use in future scans.
analyze_dataAnalyze a data file to detect its domain, profile columns, and recommend a scanning strategy. Returns domain detection, column count, row count, strategy decisions, and alternative approaches.
auto_configureScan a data file, triage findings by confidence, and generate goldencheck.yml content from the pinned findings. Optionally accepts constraints to filter or adjust the generated config.
explain_findingExplain a single finding in natural language. Requires the finding as a JSON dict and the file_path to load a profile for context.
explain_columnGet a natural-language health narrative for a specific column. Scans the file, profiles the column, and explains all findings.
review_queueList all pending review items for a given job. Returns items that need human decision (medium-confidence findings).
approve_rejectApprove (pin) or reject (dismiss) a review queue item. Decision must be 'pin' or 'dismiss'.
compare_domainsScan a file with every available domain pack (plus base/no-domain) and compare health scores. Recommends the best-fitting domain.
suggest_fixPreview fixes for a data file without applying them. Shows what would change (columns, fix types, rows affected, before/after samples).
pipeline_handoffGenerate a structured quality attestation JSON for a data file. Includes health score, findings summary, pinned rules, and attestation status (PASS, PASS_WITH_WARNINGS, REVIEW_REQUIRED, FAIL).
review_statsGet review queue statistics for a job — counts of pending, pinned, and dismissed items.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。