Get a collection
get_collectionRetrieve a collection's details, including link count and per-member create/update/delete permissions. Pair with search_links to list the links inside it.
Instructions
Fetches one collection with its link count and the per-member create/update/delete permissions. Use search_links with collection_id to get the links inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | Numeric id of the collection — the "id" field returned by list_collections |