run_analysis
ActiveTool of ai.mcpanalytics/analytics
declared in 1.0.5
Run an analysis on your data. Returns a shareable interactive report URL — validated statistics you can cite, re-run, and share.
Parameters schema
{
"type": "object",
"required": [
"tool_name",
"taskList"
],
"properties": {
"taskList": {
"type": "object",
"properties": {
"inputs": {
"type": "object",
"properties": {
"dataset": {
"type": "string",
"description": "Dataset reference: uuid://UUID:KEY from datasets_upload/datasets_list"
},
"userContext": {
"type": "object",
"description": "Business context: objective (what you want to learn, required) and company"
},
"column_mapping": {
"type": "object",
"description": "Analysis-specific column mapping — see tools_schema"
},
"module_parameters": {
"type": "object",
"description": "Analysis-specific parameters — see tools_schema"
}
}
}
},
"description": "Execution inputs. Call tools_schema first for the analysis-specific fields."
},
"tool_name": {
"type": "string",
"description": "Name of the analysis to run"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ai.mcpanalytics/analytics
https://github.com/embeddedlayers/mcp-analytics
2/7 registries