AxKnowledgeBase_get_knowledge_base_paper_markdown
Reconstruct a paper's full markdown from the Axiomatic knowledge base using its ID, preserving reading order with headings, text, captions, and references.
Instructions
Reconstruct one paper's full content as markdown, in reading order, from Axiomatic's curated knowledge base: section headings, passage text, figure captions, table content and captions, then references under a final References heading.
Takes the paper's id — get it from a knowledge_graph_read result, e.g. MATCH (p:Paper) RETURN p.id AS paper_id, p.title AS title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The paper's id, e.g. from a knowledge_graph_read result |