Skip to main content
Glama

MCP Server for langfuse

by z9905080

query_llm_metrics

Retrieve LLM performance metrics from Langfuse workspaces by time range, user, tags, or environment to monitor and analyze model behavior.

Instructions

Query LLM metrics

Input Schema

NameRequiredDescriptionDefault
environmentNoEnvironment
fromTimestampNoStart timestamp in ISO 8601 format
limitNolimit (default 100)
pageNoPage number (default 1)
tagsNoTags
toTimestampNoEnd timestamp in ISO 8601 format
traceNameNoTrace name
userIdNoUser ID, it's can filter by user

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Environment", "items": { "type": "string" }, "type": "array" }, "fromTimestamp": { "description": "Start timestamp in ISO 8601 format", "type": "string" }, "limit": { "default": 100, "description": "limit (default 100)", "type": "number" }, "page": { "default": 1, "description": "Page number (default 1)", "type": "number" }, "tags": { "description": "Tags", "items": { "type": "string" }, "type": "array" }, "toTimestamp": { "description": "End timestamp in ISO 8601 format", "type": "string" }, "traceName": { "description": "Trace name", "type": "string" }, "userId": { "description": "User ID, it's can filter by user", "type": "string" } }, "type": "object" }

Other Tools from MCP Server for langfuse

Related Tools

    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/z9905080/mcp-langfuse'

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