assess_manuscript
Assess a manuscript against the TARGET reporting guideline with item-by-item scoring, evidence, and provenance. Choose scaffold mode for interactive review or judge mode for reproducible batch assessments.
Instructions
Assess a manuscript against all applicable TARGET leaves in one batched
pass. document is a path, raw text, or a text_sha256 returned by
parse_manuscript.
mode='scaffold' (default) is the path for reviewing a publication: you are the LLM in the loop, so the server returns the exact assessment prompt, the tool schema, and a prompt hash for YOU to execute — read the manuscript against the rubric, produce the verdicts, then call submit_scaffold_verdicts to validate them and get the stamped result (evidence resolved to spans, provenance, ready for render_checklist).
mode='judge' is for the headless/batch case where no LLM is in the loop (e.g. a corpus run). The server makes its own pinned-model API call (requires ANTHROPIC_API_KEY) so scoring is reproducible and caller- independent, and returns the full verdict matrix directly. Overkill when an agent is already reviewing the paper interactively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | scaffold | |
| model | No | claude-sonnet-5 | |
| document | Yes | ||
| spec_version | No | target-0.1.0 | |
| manuscript_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||