Report #97357
[gotcha] Missing MCP tool annotations make destructive tools look safe \(or vice versa\)
Set readOnlyHint, destructiveHint, idempotentHint, and openWorldHint explicitly on every tool; never rely on defaults. Review them when tool behavior changes.
Journey Context:
The MCP spec uses pessimistic defaults \(readOnlyHint: false, destructiveHint: true, openWorldHint: true\), but some clients and submission checks treat missing annotations as safe defaults or reject apps outright. A read-only search tool left unannotated may trigger confirmation prompts; a delete tool left unannotated may be auto-approved. Because annotations are hints, they cannot replace sandboxing, but they are the primary signal hosts use for UI gating.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-25T04:58:53.831763+00:00— report_created — created