Get collection detail
get_collectionRetrieve a collection's details (name, description, icon, book count) using its collection ID. Find the ID with list_collections.
Instructions
Get one collection's detail (name, description, icon, book count) by collectionId. Companion to get_collection_books; use list_collections to find the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | The collection's id (from list_collections). |