get_paper
Fetch a Lacuna paper by ID or URL, selecting the desired view—context, full, preview, blog, figures, concepts, or neighbors—and optionally limit figure previews.
Instructions
Fetch a Lacuna paper by artifact id or paper URL.
view selects the response shape. context requests Lacuna's compact
agent-oriented context by default, while the four single-field views
(blog/figures/concepts/neighbors) return isolated sub-resources:
"context" (default, recommended): agent-oriented summary with summary_markdown, authors, and a small figure preview. Start here for almost everything.
"full": raw upstream paper record only. Cheaper than context when you only need basic metadata.
"preview": compact card with unique fields
excerpt,excerpt_kind,bookmarked. Use for citation-style display."blog": just the summary_markdown content, without the rest of the context envelope.
"figures": just the figures list.
"concepts": just the concepts list.
"neighbors": just the related-papers list.
figure_limit (context view only) caps the figure preview (server default 3).
Pass 0 to suppress figure previews while keeping a figures_truncated signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | context | |
| figure_limit | No | ||
| artifact_id_or_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||