get_work
Retrieve a Lacuna research Work by ID or URL to view its summary, authors, figures, versions, and linked code repositories. Choose context or full view to inspect related papers, concepts, and research details.
Instructions
Fetch a Lacuna Work by Work ID or URL returned by search.
A Work groups versions of the same research. Content comes from its selected version; versions lists the available papers and their artifact IDs. Use get_paper with a version's artifact_id to inspect that paper. include_resources adds public code repositories across all versions by default. Pass False to omit them.
view="context" returns compact context with a summary, authors, figure preview, and versions. view="full" also includes concepts, related papers, all figures, and the selected paper record.
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 | ||
| work_id_or_url | Yes | ||
| include_resources | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||