From 31a1676954c1a64406e9b6667169d12f36b6b897 Mon Sep 17 00:00:00 2001 From: tanglearncode Date: Tue, 21 Jul 2026 06:41:33 +0800 Subject: [PATCH] Prefix sample prompts with a NeatContext mcp server hint Adds an explicit "use NeatContext mcp server to ..." lead-in to the copy-paste sample prompts so models that don't auto-invoke the MCP server still call it, and restores the second line of the incident walkthrough prompt that was dropped on main. --- docs/getting-started.md | 2 +- docs/guides/datadog-extension.md | 6 +++--- docs/guides/incident-analysis.md | 1 + docs/guides/pagerduty-extension.md | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9ace5a5..481202a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -138,7 +138,7 @@ In the session that just opened, ask a question your profile and knowledge can answer. For an operational Context: ```text -Please analyze this incident: . +Please use NeatContext mcp server to analyze this incident: . What should we check first, and what's the safe action? ``` diff --git a/docs/guides/datadog-extension.md b/docs/guides/datadog-extension.md index 1ab0bc9..5bf26ee 100644 --- a/docs/guides/datadog-extension.md +++ b/docs/guides/datadog-extension.md @@ -76,17 +76,17 @@ same syntax as the Log Explorer search bar — and you'll see the call as an Prompts to try: ```text -Search Datadog for errors from the payments service in the last 15 minutes. +Use NeatContext mcp server to search Datadog for errors from the payments service in the last 15 minutes. What's the dominant failure? ``` ```text -Show me checkout-api logs with @http.status_code:500 over the last 2 hours, +Use NeatContext mcp server to show checkout-api logs with @http.status_code:500 over the last 2 hours, oldest first. When did they start? ``` ```text -Pull the last 50 error logs on host web-7 and summarize the distinct error +Use NeatContext mcp server to pull the last 50 error logs on host web-7 and summarize the distinct error messages. ``` diff --git a/docs/guides/incident-analysis.md b/docs/guides/incident-analysis.md index a7fce8a..bb02093 100644 --- a/docs/guides/incident-analysis.md +++ b/docs/guides/incident-analysis.md @@ -127,6 +127,7 @@ tools if prompted. Then ask, in that session: ```text Please use NeatContext mcp server to analyze incident https://localhost:7801/incidents/INC-1001. +What should we check first, and what's the safe action? ``` **What you should see.** The AI reads the Payments profile, calls the demo tools diff --git a/docs/guides/pagerduty-extension.md b/docs/guides/pagerduty-extension.md index e5cdb34..5ab93db 100644 --- a/docs/guides/pagerduty-extension.md +++ b/docs/guides/pagerduty-extension.md @@ -69,16 +69,16 @@ tools accept all three: Some prompts to try: ```text -Summarize https://acme.pagerduty.com/incidents/Q3XYZ12ABC45DE — +Use NeatContext mcp server to summarize https://acme.pagerduty.com/incidents/Q3XYZ12ABC45DE — who's assigned, and what does the timeline show so far? ``` ```text -Are there incidents related to Q3XYZ12ABC45DE right now? +Use NeatContext mcp server to find incidents related to Q3XYZ12ABC45DE right now. ``` ```text -Has incident 4211 happened before? Find similar past incidents. +Use NeatContext mcp server to check whether incident 4211 has happened before — find similar past incidents. ``` Your AI client shows each PagerDuty tool call as it makes it, and the call is also