@arizeai/phoenix-mcp

Official

get-dataset-experiments

Retrieve a list of experiments conducted on a specific dataset, including metadata such as IDs, versions, repetitions, and timestamps, using the Model Context Protocol (MCP).

Instructions

List experiments run on a dataset.

Example usage: Show me all experiments run on dataset RGF0YXNldDox

Expected return: Array of experiment objects with metadata. Example: [ { "id": "experimentid1234", "dataset_id": "datasetid1234", "dataset_version_id": "datasetversionid1234", "repetitions": 1, "metadata": {}, "project_name": "Experiment-abc123", "created_at": "YYYY-MM-DDTHH:mm:ssZ", "updated_at": "YYYY-MM-DDTHH:mm:ssZ" } ]

Input Schema

NameRequiredDescriptionDefault
datasetIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "datasetId": { "type": "string" } }, "required": [ "datasetId" ], "type": "object" }
ID: ee9d3exkn8