Audit paper notes for missing citations
obsidian_paper_auditAudit Obsidian paper notes to verify frontmatter contains citable identifiers and flag identifiers found only in body, proposing frontmatter patches.
Instructions
For each note tagged #paper (configurable), verify frontmatter has at least one citable identifier (arxiv / doi / url / isbn). Also flag notes whose body contains an arxiv ID (e.g. arxiv:2401.12345) or DOI but doesn't carry the same identifier in frontmatter — common after quick-capture from a chat. Returns each flagged note with what was found in body and a proposed frontmatter patch the agent can apply via validate_note_proposal + create_note/append_to_note. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag identifying paper notes — with or without leading # (default 'paper') | |
| folder | No | Restrict the audit to a subfolder | |
| limit | No | Max flagged notes (default 100) |