Claude
analyze_dataset
Fetch raw CSV datasets and investigation metadata. Returns dataset URLs, lens structures, key correlations, open questions, and outliers for independent analysis.
Remote claudewilder/claude-wilder-mcp
Remote (network-hosted)
Other tools also called analyze_dataset?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Investigation slug (e.g. 'covid-vax-fertility', 'covid-vax-cancer'). Use read_investigations to list available slugs."
}
}
}