MCP tool catalog: everything Claude and ChatGPT can call

The 11 MCP tools, 4 resources, and 5 prompts Lemwatch exposes to AI assistants — with what each one does and who can call it.

Quick answer

11 tools total — 7 read tools (viewer+), 3 write tools (member+, all require confirm: true), 1 admin-only tool (add_maintenance_window).

Read tools (viewer+)

Write tools (member+, confirm required)

Admin-only tool

Resources

Prompts

incident-triage, root-cause, performance-regression, weekly-client-report, pre-launch-check.

Where to find it in Lemwatch

Full schemas: /mcp docs page.

FAQ

Why do writes need confirm?

Guardrail against prompt-injection attacks — the model must explicitly signal intent.

Can I add custom tools?

Not yet. Use webhooks for now — see integrations reliability.

Related