get_collection
Fetch one Vectree collection: its description and the diagrams it contains, in curated order.
A collection is an editor-assembled group of Vectree's labelled schematics around one theme — a book shelf, a system map, a skill tree or a set of deep lore. This tool returns the whole group, so you do not need to fetch the page.
Use it after list_collections, or whenever you already know a collection
slug. Each entry gives a diagram slug you can pass to get_diagram to read it
in full; an entry marked "still generating" has no readable diagram yet, so
skip it.
Only published collections can be fetched. Nothing is generated on demand: an unknown slug simply has no collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Collection slug, e.g. the `slug:` of a list_collections result or the last segment of a vectree.io/explore/... URL. |