You're viewing a demo portfolio

Join the waitlist
PRSM

modify_analysis

Active

Tool of ai.mcpanalytics/analytics

declared in 1.0.5

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')"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ai.mcpanalytics/analytics

https://github.com/embeddedlayers/mcp-analytics

2/7 registries
View full server →