modify_analysis
ActiveTool of ai.mcpanalytics/analytics
Modify an EXISTING analysis into a new version — reword the question, swap the method, or add a variable. Pass tool_name + changes (plain language). Rebuilds on the analysis's own dataset by default; the original stays put. Returns pipeline tracking — follow with build_status.
Parameters schema
{
"type": "object",
"required": [
"tool_name",
"changes"
],
"properties": {
"tier": {
"enum": [
"snapshot",
"json",
"brief",
"deck"
],
"type": "string",
"description": "Optional — change the depth of the new version"
},
"changes": {
"type": "string",
"description": "What to change, in plain language, e.g. 'also break it down by region' or 'use a random forest instead'"
},
"tool_name": {
"type": "string",
"description": "The analysis to modify (from discover_tools or your library)"
},
"dataset_ref": {
"type": "string",
"description": "Optional — rebuild against a different dataset ('uuid://UUID:KEY')"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ai.mcpanalytics/analytics
https://github.com/embeddedlayers/mcp-analytics
2/7 registries