Skip to content

Commit 81ad29d

Browse files
committed
Update mcp-quick-start.qmd
1 parent 9042053 commit 81ad29d

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

docs/user-guide/mcp-quick-start.qmd

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -162,36 +162,29 @@ These examples show how natural conversation can quickly identify and resolve da
162162

163163
## Core Capabilities
164164

165-
Pointblank's MCP server provides 19 powerful tools for comprehensive data validation:
166-
167-
### Data Management
168-
169-
- **Load DataFrames** from CSV, Parquet, JSON, JSONL files
170-
- **Multiple backends** (pandas, polars) for optimal performance
171-
- **Memory management** with DataFrame deletion capabilities
165+
Pointblank's MCP server provides powerful tools for comprehensive data validation with beautiful, interactive HTML reports:
172166

173167
### Data Exploration
174168

175-
- **Interactive HTML tables** with automatic browser opening
176-
- **Data quality analysis** with comprehensive statistics
177-
- **Column summaries** and missing value reports
178-
- **Data previews** showing head and tail rows
169+
- **Interactive HTML previews** with automatic browser opening showing head/tail rows
170+
- **Column summary tables** with detailed statistics and color-coded data types
171+
- **Missing values analysis** with visual patterns and percentages
172+
- **Data quality analysis** with comprehensive profiling insights
179173

180174
### Validation Workflows
181175

182-
- **Validator creation** with flexible configuration
183-
- **21+ validation types** for comprehensive checking
184-
- **Pre-built templates** for common validation patterns
185-
- **Step-by-step validation** with detailed reporting
176+
- **Validator creation** with flexible thresholds and configuration
177+
- **Many validation types** for comprehensive data quality checking
178+
- **Step-by-step validation** building with natural language commands
179+
- **Template-based validation** for common data quality patterns
186180

187-
### Results & Export
181+
### HTML Reports & Analysis
188182

189-
- **Validation reports** in JSON and CSV formats
190-
- **Failed data export** for investigation and cleanup
191-
- **Validation step outputs** for detailed analysis
192-
- **Server health monitoring** and diagnostics
183+
- **Interactive validation reports** automatically opened in your browser
184+
- **Timestamped HTML files** for easy sharing and documentation
185+
- **Python code generation** for reproducible validation scripts
193186

194-
All interactions use natural language, making advanced data validation accessible to users at any technical level.
187+
All interactions use natural language, making advanced data validation accessible to users at any technical level while producing publication-ready HTML reports.
195188

196189
## Common Validation Rules
197190

0 commit comments

Comments
 (0)