Skip to content

Commit 73a2596

Browse files
committed
Update mcp_server.md
1 parent 92b79cd commit 73a2596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/llm_observability/mcp_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ After you are connected, try prompts like:
9898
- Review error traces for my `customer-support-bot` app over the past week. Summarize the most common failure patterns, how often they occur, and recommend which ones to fix first.
9999
- Find traces where my agent's responses were flagged by evaluations as low quality. Look at the inputs and outputs, then suggest specific changes to my system prompt to improve response quality.
100100
- Look at recent agent traces for my app and find cases where the agent looped more than necessary. Analyze the decision-making at each step and suggest how to improve my tool descriptions to reduce unnecessary tool calls.
101-
- A user reported a bad response. Here's the trace ID: `abc123`. Walk me through exactly what happened — what the user asked, what the agent did at each step, and where things went wrong. Suggest a code fix.
101+
- A user reported a bad response. Here's the trace ID: `trace-123`. Walk me through exactly what happened — what the user asked, what the agent did at each step, and where things went wrong. Suggest a code fix.
102102
- Analyze experiment `exp-456` and generate a markdown table of the worst-performing dimensions broken down by evaluation scores. Include any other relevant columns that help me understand where and why performance is degrading.
103103
- Compare experiment `exp-123` (baseline) against experiment `exp-456`. Summarize what improved, what regressed, and by how much. Give me a recommendation on whether the changes are worth shipping.
104104
- Summarize experiment `exp-456` and identify the top 5 lowest-scoring events. For each, show the input, output, and which evaluations failed.

0 commit comments

Comments
 (0)