get_venue_context
Fetch research context for a Lacuna venue, including top authors, clusters, and recent activity, optionally filtered by year. Pass a venue key or URL to get a compact or full view.
Instructions
Fetch agent-oriented context for a Lacuna venue, optionally scoped to a year.
Venue keys are opaque hashes (e.g. "d7bf22905bd6"), never human-readable names like "icml". Find the key first via search_lacuna(search_type="venue") or pass a /venue/... page URL.
view selects the response shape:
"context" (default, recommended): compact venue context — capped top authors, non-placeholder top clusters, and a recent-activity slice (the requested
yearis always included), with the duplicated venue block and full year histogram dropped server-side."full": the complete venue context (full year histogram, all top authors/ clusters, duplicated venue record).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | context | |
| year | No | ||
| venue_key_or_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||