create_analysis
ActiveTool of ai.mcpanalytics/analytics
Commission a NEW analysis built for your question. tier is REQUIRED — the user picks. Easiest: fuzzy_request (plain language) + dataset_ref + tier. Snapshot = instant automated report (~2-10 min). JSON = a fast computed answer, numbers + method, re-runnable tool you own (~5 min). Brief = the computed answer on a one-page report — chart, numbers, method (~7 min). Deck = commissioned deep analysis, a durable re-runnable module you own (30-45 min). Failed builds are never billed.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"tier": {
"enum": [
"snapshot",
"json",
"brief",
"deck"
],
"type": "string",
"description": "snapshot = instant report (~2-10 min); json = fast computed answer (~5 min, default); brief = one-page report of the answer (~7 min); deck = commissioned re-runnable module (30-45 min)"
},
"notes": {
"type": "string",
"description": "Optional context for the build — constraints, definitions, or preferences the analyst agents should honor"
},
"dataset_ref": {
"type": "string",
"description": "Single-dataset URI: 'uuid://UUID:KEY'"
},
"datasets_refs": {
"type": "object",
"description": "Multi-dataset URIs keyed by role"
},
"fuzzy_request": {
"type": "string",
"description": "Plain-language description of the analysis you want"
},
"specification": {
"type": "object",
"description": "Full 11-field spec (legacy path — prefer fuzzy_request)"
},
"column_mapping": {
"type": "object",
"description": "Optional semantic-to-real column map (hint only)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ai.mcpanalytics/analytics
https://github.com/embeddedlayers/mcp-analytics
2/7 registries