ai.mcpanalytics/analytics

tools_run

Execute an analysis tool. Returns a shareable interactive HTML report URL.

Remote mcpanalytics/mcp-analytics

Other tools also called tools_run? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "taskList": {
      "type": "object",
      "description": "Contains inputs: dataset, userContext, column_mapping, module_parameters"
    },
    "tool_name": {
      "type": "string",
      "description": "Name of the tool to execute"
    }
  }
}