← ClaudeAtlas

langfuselisted

Investigate AI traces, observations, exceptions, latency, sessions, prompts, datasets, annotation queues, and scores through Langfuse MCP. Use when the request names Langfuse or asks to diagnose recorded AI behavior.
avivsinai/skills-marketplace · ★ 2 · AI & Automation · score 69
Install: claude install-skill avivsinai/skills-marketplace
# Langfuse Use Langfuse evidence to move from a broad symptom to the relevant trace, observation, session, prompt, or dataset. Start with the narrowest read-only query that can locate the event, then inspect its concrete inputs, outputs, timing, and errors. ## Route the task - For trace, observation, exception, latency, or session diagnosis, read [diagnostic and management workflows](references/workflows.md). - For installation, credentials, tool groups, output defaults, connection failures, or empty results, read [setup](references/setup.md). - For exact parameters, filters, pagination, output modes, and response shapes, read [the tool reference](references/tool-reference.md). A common investigation starts with `fetch_traces(age=60)` or `find_exceptions(age=1440, group_by="file")`, then fetches the selected trace or observation by ID. Use `full_json_file` only when the complete payload is needed; exports can contain sensitive user data. ## Evidence and mutation boundaries - Treat model names, prompts, timestamps, and other values in historical traces as recorded evidence. Do not rewrite or normalize old model identifiers to a current name such as `gpt-6-astra`. - Trace discovery and inspection are read-only. Prompt creation or relabeling, dataset changes, annotation-queue changes, and deletions mutate Langfuse; perform them only when the user requested that change. - Prefer read-only server mode for diagnostic work. It disables prompt and dataset write