Add one or more claims (with evidence) to a draft
add_claimsBatch-friendly claim registration. Pass a claims array of 1 or more claim objects. Each claim's evidence.source_id must reference a source already registered via add_sources. The first error short-circuits and reports which index failed.
A claim should be a single assertion; split compound claims into separate entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claims | Yes | One or more claim descriptors. Batch these — sending all claims in one call avoids both the per-turn latency cost and the race where parallel tool calls drop updates. | |
| draft_id | Yes |