@arizeai/phoenix-mcp

Official

list-datasets

Retrieve a comprehensive list of datasets, including metadata like names, descriptions, and timestamps, to facilitate experiment inputs and dataset exploration.

Instructions

Get a list of all datasets.

Datasets are collections of 'dataset examples' that each example includes an input, (expected) output, and optional metadata. They are primarily used as inputs for experiments.

Example usage: Show me all available datasets

Expected return: Array of dataset objects with metadata. Example: [ { "id": "RGF0YXNldDox", "name": "my-dataset", "description": "A dataset for testing", "metadata": {}, "created_at": "2024-03-20T12:00:00Z", "updated_at": "2024-03-20T12:00:00Z" } ]

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 100, "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }
ID: ee9d3exkn8