get-dataset-examples
Retrieve dataset examples, including inputs, outputs, and metadata, to test or benchmark application or model changes. Provides structured data for analysis and validation.
Instructions
Get examples from a dataset.
Dataset examples are an array of objects that each include an input, (expected) output, and optional metadata. These examples are typically used to represent input to an application or model (e.g. prompt template variables, a code file, or image) and used to test or benchmark changes.
Example usage: Show me all examples from dataset RGF0YXNldDox
Expected return: Object containing dataset ID, version ID, and array of examples. Example: { "dataset_id": "datasetid1234", "version_id": "datasetversionid1234", "examples": [ { "id": "exampleid1234", "input": { "text": "Sample input text" }, "output": { "text": "Expected output text" }, "metadata": {}, "updated_at": "YYYY-MM-DDTHH:mm:ssZ" } ] }
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datasetId | Yes |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from @arizeai/phoenix-mcp
Related Tools
- @Arize-ai/phoenix
- @ThetaBird/mcp-server-axiom-js
- @Arize-ai/phoenix
- @honeycombio/honeycomb-mcp
- @usama-dtc/salesforce_mcp