audit_citations_tool
Check many academic citations at once to verify their existence, metadata accuracy, and claim support, then receive risk-ranked results and suggested fixes.
Instructions
Verify MANY citations at once.
citations is a list of objects, each with any of:
raw_text, title, authors, year, venue, doi, arxiv_id.
Returns a per-citation report plus summary, risk_ranking, and
review_summary. Agents should branch on review_summary.triage_plan,
compact risk_reason, and suggested_fix.kind /
suggested_fix.requires_user_confirmation instead of parsing prose. Set
review_summary.suggested_fix_summary.auto_apply_allowed=false means batch
repairs must be proposed to the user, not silently applied. Set
high_risk_only=true to return only high-risk result rows while preserving
full-batch review_summary counts and filtered.returned_indexes /
filtered.omitted_indexes for original-input traceability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citations | Yes | ||
| max_workers | No | ||
| high_risk_only | No |