Skip to main content
Glama
Log-LogN

langfuse-mcp-java

list_dataset_run_items

list_dataset_run_items
Destructive

Retrieve paginated items from a dataset run to link dataset items with traces and observations for evaluation in Langfuse.

Instructions

Returns a paginated list of items in a specific dataset run. Each run item links a dataset item to a trace and optional observation for evaluation. Returns: id, datasetRunId, datasetRunName, datasetItemId, traceId, observationId, createdAt. Both datasetId and runName are required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datasetIdYesDataset ID (UUID). Required.
runNameYesRun name (exact match). Required.
pageYesPage number, 1-based. Omit to use default (1).
limitYesResults per page. Omit to use default (20).
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Description presents the tool as a simple read operation ('Returns a paginated list'), but annotations indicate destructiveHint=true and readOnlyHint=false, implying state mutation. The description fails to disclose this destructive behavior, the non-idempotent nature, or openWorld implications, contradicting the safety profile implied by the word 'Returns'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with purpose first, followed by domain explanation, return fields (compensating for missing output schema), and requirements. Minor redundancy in stating required parameters that are already marked required in schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Compensates well for missing output schema by explicitly listing return fields and explains the conceptual model. However, incomplete regarding behavioral safety given the destructive annotation contradiction, and lacks usage context relative to sibling dataset tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% description coverage. Description states 'Both datasetId and runName are required', which duplicates the schema's required array. No additional semantic context added for page/limit beyond what the schema provides, which warrants the baseline score for high-coverage schemas.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb 'Returns' and resource 'dataset run items'. Distinguishes from siblings like list_dataset_runs and list_dataset_items by explaining the domain concept that 'run items link a dataset item to a trace', clarifying this is about evaluation linkage objects, not just datasets or runs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this versus siblings like list_dataset_runs, get_dataset_run, or create_dataset_run_item. While it explains what run items are, it doesn't state when to list them versus other dataset operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Log-LogN/langfuse-mcp-java'

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