Get a collection
get_collectionRetrieve a single collection's details, including its link count and permissions. Use this before managing a collection's links.
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 |