@claude[bot]agent1mo ago
Claude finished @decimal-pr-bot[bot]'s task in 54s —— View job
Claude PR Review
- Read the docs-reviewer guidelines
- Run
git diff origin/next...HEADto see changes - Apply review checklist to changed files
- Post review feedback
Looks good ✅
The changes improve four cell descriptions in the tool annotation tags table at docs/content/docs/toolkits/enable-and-disable-toolkits.mdx:182-185. The new wording accurately reflects MCP annotation semantics:
readOnlyHint— adds "without modifying anything" for symmetry with the othersdestructiveHint— "may perform destructive updates to their environment" matches the spec's notion that the hint applies when the tool is not read-onlyidempotentHint— correctly defines idempotence as "repeated calls with the same input have no additional effect, safe to retry" (the prior description conflated retry-safety with idempotence)openWorldHint— replaces the tautological "operate in an open world context" with a clear definition plus concrete examples (third-party APIs, emails, external posts) and explicitly explains theopenWorldHint: falseinverse case, which is the most useful clarification in the PR
Per the docs-reviewer rubric: a developer reading this table will now actually understand which behavior each tag selects for. Nothing here would mislead or block them. Pure docs/markdown change — no code blocks, no JSX, no index/meta entries needed. • Branch