Skip to main content
Glama
Log-LogN

langfuse-mcp-java

create_score_config

Define structured scoring configurations for LLM application evaluation. Specify data types (numeric, categorical, boolean) with validation rules to standardize performance metrics in Langfuse observability workflows.

Instructions

Creates a score config definition used to validate or structure future scores. name and dataType are required. For categorical configs, categoriesJson should be a JSON array of {label,value} objects. For numeric configs, minValue and maxValue are optional bounds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesScore config name. Required.
dataTypeYesData type: NUMERIC | CATEGORICAL | BOOLEAN. Required.
categoriesJsonYesOptional categorical options as a JSON array of {label,value} objects.
minValueYesOptional minimum numeric value.
maxValueYesOptional maximum numeric value.
descriptionYesOptional description shown in Langfuse.

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