Skip to main content
Glama
avivsinai

langfuse-mcp

find_exceptions

Analyze exception patterns in Langfuse by grouping errors by file, function, or type to identify recurring issues in LLM applications.

Instructions

Get exception counts grouped by file path, function, or type.

Args: ctx: Context object containing lifespan context with Langfuse client age: Number of minutes to look back (positive integer, max 7 days/10080 minutes) group_by: How to group exceptions - "file" groups by filename, "function" groups by function name, or "type" groups by exception type Returns: List of exception counts grouped by the specified category (file, function, or type)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageYesNumber of minutes to look back (positive integer, max 7 days/10080 minutes)
group_byNoHow to group exceptions - 'file' groups by filename, 'function' groups by function name, or 'type' groups by exception typefile

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