Skip to main content
Glama
Log-LogN

langfuse-mcp-java

find_exceptions

Filter Langfuse traces to identify and debug production errors by retrieving only ERROR-level traces for pipeline failure analysis.

Instructions

Returns only traces whose level field equals ERROR.

Filtering is performed on the server before the response is returned — the result set contains error traces only, never a mix of levels.

Useful for surfacing pipeline failures and debugging production errors. Both time range parameters are optional. Omit them to search across all time. Pagination works the same way as fetch_traces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYesPage number, 1-based. Omit to use default (1).
limitYesResults per page. Omit to use default (20).
fromTimestampYesStart of time range in ISO-8601 format, e.g. 2025-06-01T00:00:00Z. Omit to search from the beginning of the project.
toTimestampYesEnd of time range in ISO-8601 format, e.g. 2025-06-30T23:59:59Z. Omit to search up to the current time.

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