Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <link or ID>.
Please use NeatContext mcp server to analyze this incident: <link or ID>.
What should we check first, and what's the safe action?
```

Expand Down
6 changes: 3 additions & 3 deletions docs/guides/datadog-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

Expand Down
1 change: 1 addition & 0 deletions docs/guides/incident-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/pagerduty-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading