Search Smithsonian Objects
smithsonian_search_objectsRecommended first step for open-ended or topic discovery: free-text search across 14.5 million Smithsonian objects, with optional exact filters. Filters narrow by museum unit, object type, indexed date term, culture, geographic place, subject topic, named party, and online/CC0 availability. Returns curated summaries (title, date, museum, thumbnail URL, CC0 flag) with the total match count. The record_id in each result is the identifier for smithsonian_get_object, smithsonian_find_related, and smithsonian_get_media. To browse one exact category — a single museum, culture, date term, object type, or topic — use smithsonian_browse_category instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Page size (default 20, max 100). | |
| query | Yes | Free-text search. Use specific terms for precision ("Tlingit totem pole") or broad terms for browsing ("quilt"). | |
| start | No | Pagination offset — 0-indexed. Use with rows for paging through large result sets. | |
| filters | No | Optional structured filters to narrow the search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | The rows cap that was applied. | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of objects returned in this page. | |
| notice | No | Guidance naming the input that retrieves the objects this page omitted. | |
| objects | No | Curated object summaries for the current page. | |
| truncated | No | True when matching objects remain past this page. False on a terminal or past-the-end page, where nothing is being withheld. | |
| total_count | No | Total matching objects in the Smithsonian catalog before pagination. | |
| truncationCeiling | No | Total matching objects (upper bound for omitted items). |