Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with copy-paste-ready commands for both the ntn CLI and HTTP paths, and its workflows are well sequenced. Its main weaknesses are conciseness (repeated headers, inline time-sensitive dates) and progressive disclosure (an existing reference file is never linked, and reference-grade content is inlined).
Suggestions
Factor the repeated curl header block into a single shared snippet and reference it, or show headers once and note they apply to every request, to cut token overhead.
Link the existing `references/block-types.md` from the body (e.g. in the Property Types or append-blocks section) and move the per-endpoint curl reference there so the body stays an overview.
Add a quick verification step after destructive/batch operations (e.g. re-read the page after archiving or appending blocks) to lift workflow clarity.
Consolidate scattered time-sensitive statements (version, free-through date, platform support dates) into one clearly labeled section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | It assumes Claude's competence (no explanations of what Notion or an API is) and stays command-focused, but every curl example repeats the full header block and time-sensitive dates ('2025-09-03', 'Free through August 11, 2026', 'as of May 2026') are scattered inline rather than isolated, fitting 'Mostly efficient but... could be tightened' rather than the lean score-3 anchor. | 2 / 3 |
Actionability | Every section provides complete, executable commands — copy-paste curl snippets, ntn invocations, and a full TypeScript Worker scaffold — matching 'Fully executable code/commands; specific examples; copy-paste ready'. | 3 / 3 |
Workflow Clarity | Multi-step flows (Setup 1-3, 3-step file upload, worker new→edit→deploy) are clearly sequenced and setup includes an `ntn --version` verify step, but destructive/batch operations like `archived:=true` and bulk block appends lack any read-back verification, so per the scoring notes workflow_clarity is capped at 2. | 2 / 3 |
Progressive Disclosure | The body is well sectioned with headers and keeps references one level deep, but the provided `references/block-types.md` is never linked or signaled from the body and large API reference material (Property Types, per-endpoint curl) is inline, matching 'references present but not clearly signaled; content that should be separate is inline'. | 2 / 3 |
Total | 9 / 12 Passed |