audit_mcp_dataset
Produce an executive-ready audit of a dataset with health rating, strengths, gaps, recommendations, and optional governance, consumption, and settings analysis. Outputs markdown or DOCX.
Instructions
Executive-ready orchestrated dataset audit: narrative assessment with health rating, strengths/gaps, recommendations, governance, consumption, and settings. Outputs markdown and/or DOCX.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | Dataset name. Optional if IS_DEFAULT_DATASET is configured. | |
| sections | No | Optional sections: governance, consumption, settings (default: all) | |
| time_range | No | Campaign/segment stats window (default: pastQuarter) | |
| export_docx | No | When saving markdown, also write a .docx alongside (default: true) | |
| output_path | No | Optional path to write report (.md and/or .docx) | |
| report_style | No | executive = board-ready narrative (default); technical = detailed API-style inventory | |
| output_format | No | markdown (default), json (raw data), or docx (Word document) | |
| consumption_end | No | Consumption window end (epoch ms). Default: now | |
| stats_year_range | No | Second stats window, e.g. 2026-01-01..2026-12-31 | |
| consumption_start | No | Consumption window start (epoch ms). Default: 12 months ago |