spec_by_id
Retrieve a specific API specification's details by ID, returning its domain and collections to explore its structure.
Instructions
spec_by_id
Retrieves detailed information about a specific API specification by its ID, including its domain and all associated collections.
When to use
Use this tool when:
You need to explore a specific API's structure after discovering it via
spec_listThe user asks "show me details about API X" or "what collections are in spec Y?"
You have a
specIdand need to get its collections before drilling into tags
Parameters
id(required): The 32-character MD5 hash ID of the specification
Returns
The specification's ID and domain, plus a list of collections with their IDs, titles, tag counts, and method counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | required,A unique 32-character MD5 hash identifier for the spec,pattern=^[0-9a-f]{32}$ |