Skip to main content
Glama
avivsinai

langfuse-mcp

list_dataset_items

Retrieve dataset items with pagination and filtering options to access input, expected output, and metadata for analysis.

Instructions

List items in a dataset with pagination and optional filtering.

Returns dataset items with their input, expected output, and metadata. Args: ctx: Context object containing lifespan context with Langfuse client dataset_name: The name of the dataset to list items from source_trace_id: Optional filter by source trace ID source_observation_id: Optional filter by source observation ID page: Page number for pagination (starts at 1) limit: Maximum items per page (max 100) output_mode: How to format the response data Returns: A dictionary containing: - data: List of dataset item objects - metadata: Pagination info (page, limit, total, dataset_name)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_nameYesThe name of the dataset to list items from
source_trace_idNoFilter by source trace ID
source_observation_idNoFilter by source observation ID
pageNoPage number for pagination (starts at 1)
limitNoItems per page (max 100)
output_modeNoOutput format: 'compact' truncates, 'full_json_string' returns full data, 'full_json_file' writes to filecompact

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/avivsinai/landfuse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server