Skip to main content
Glama
avivsinai

langfuse-mcp

create_dataset

Create datasets to store evaluation test cases with input and expected output pairs for LLM applications.

Instructions

Create a new dataset in the project.

Datasets are used to store evaluation test cases with input/expected output pairs.

Args:
    ctx: Context object containing lifespan context with Langfuse client
    name: Name for the new dataset (must be unique)
    description: Optional description
    metadata: Optional custom metadata

Returns:
    A dictionary containing the created dataset details:
    - id: Unique dataset identifier
    - name: Dataset name
    - description: Dataset description
    - metadata: Custom metadata
    - createdAt: Creation timestamp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the new dataset (must be unique in project)
descriptionNoOptional description of the dataset
metadataNoOptional custom metadata as key-value pairs

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