▲
Claude Academy
Tracks
Quizzes
Exam Sim
Flashcards
Videos
Vault
Dashboard
Sign in
☰
Domain 2 (Tool Design & MCP Integration)
1 / 18
You're designing a tool for an agent that may run unattended. The tool issues refunds. Which combination of annotations and design choices best protects against misuse?
A.
`readOnlyHint: true`, no `confirm` argument
B.
`destructiveHint: true`, require a `confirm: true` argument, host enforces user confirmation
C.
`idempotentHint: true`, no `confirm` argument
D.
No annotations, restrict to a single tier of users
← Back
Check answer