Get a Whitney exhibition
whitney_get_exhibitionRetrieve a detailed exhibition record by ID, returning markdown for reading or JSON for machine processing from the Whitney Museum's public API.
Instructions
Fetch one exhibition record by ID.
Args:
id (string): exhibition ID, as returned by whitney_search_exhibitions
response_format ('markdown' | 'json', default 'markdown')
Returns: { record: {...} } — fields as published by the API, HTML stripped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record ID | |
| response_format | No | Output format: 'markdown' for reading, 'json' for machine processing | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | The full record | |
| source | Yes | Attribution for the data, as the Whitney's terms ask for |