Skip to main content
Glama
avivsinai

langfuse-mcp

fetch_traces

Filter and retrieve traces from Langfuse observability platform by age, name, user ID, session ID, metadata, or tags for debugging and analysis of LLM applications.

Instructions

Find traces based on filters. All filter parameters are optional.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageYesMinutes ago to start looking (e.g., 1440 for 24 hours)
nameNoName of the trace to filter by
user_idNoUser ID to filter traces by
session_idNoSession ID to filter traces by
metadataNoMetadata fields to filter by
pageNoPage number for pagination (starts at 1)
limitNoMaximum number of traces to return per page
tagsNoTag or comma-separated list of tags to filter traces by
include_observationsNoIf True, fetch and include the full observation objects instead of just IDs. Use this when you need access to system prompts, model parameters, or other details stored within observations. Significantly increases response time but provides complete data.
output_modeNoControls the output format: 'compact' (default) returns summarized JSON, 'full_json_string' returns complete raw JSON as string, 'full_json_file' saves complete data to file and returns summary with path.compact

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