{"name":"Paper","baseUrl":"https://paper.infwhite.com","auth":{"type":"bearer","header":"Authorization: Bearer <api key>"},"tools":[{"name":"paper_unread_papers","method":"GET","path":"/api/agent/papers?status=unread","description":"List papers waiting to be read."},{"name":"paper_read_papers","method":"GET","path":"/api/agent/papers?status=read","description":"List papers already discussed and archived as read."},{"name":"paper_detail","method":"GET","path":"/api/agent/papers/:id","description":"Read a paper detail with claims, related papers, ideas, and open questions."},{"name":"paper_add_unread","method":"POST","path":"/api/agent/papers","description":"Add a user-provided PDF or paper as unread."},{"name":"paper_edit","method":"PATCH","path":"/api/agent/papers/:id","description":"Edit paper metadata, citation, translated abstract, or intro summary."},{"name":"paper_mark_read","method":"POST","path":"/api/agent/papers/:id","description":"Upgrade an unread paper to read after the user finishes discussion."},{"name":"paper_add_note","method":"POST","path":"/api/agent/papers/:id/notes","description":"Add a claim, related paper, idea, or open question when the user explicitly asks to save it."},{"name":"paper_ideas","method":"GET","path":"/api/agent/ideas","description":"List all saved ideas."},{"name":"paper_questions","method":"GET","path":"/api/agent/questions","description":"List all open questions."}]}