collection_by_id
Retrieve a specific collection's tags, spec metadata, and method statistics using its ID. Get a complete overview before diving into endpoints.
Instructions
collection_by_id
Retrieves detailed information about a specific collection including its tags, spec metadata, and method statistics.
When to use
Use this tool when:
You have a collection ID and want to see its tags before drilling into endpoints
The user asks for details about a specific collection like "show me what's in the pets collection"
You need to see the spec that owns this collection
To list all collections in a spec first, use collection_by_spec instead.
Parameters
id(required): The 32-character MD5 hash ID of the collection
Returns
The collection's spec (ID, domain), collection details (ID, title, method count), and a list of tags with their IDs, titles, and method counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier for the collection,required |