Search Smithsonian Collections
smithsonian.collection.searchSearch across 11M+ Smithsonian records from 19 museums. Filter by type (objects, species, archives, books), sort by relevancy or newest, and get CC0-licensed results by default.
Instructions
Full-text search across 11M+ records from 19 Smithsonian museums — art, artifacts, scientific specimens, archives. Filter by type (objects/species/archives/books/online_media/events/places), sort by relevancy/newest/updated/random, and CC0-only by default. Covers National Museum of Natural History, Air and Space, American Art, Portrait Gallery, Freer|Sackler, and more (Smithsonian Open Access, CC0 subset)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Full-text search query. Example: "dinosaur", "picasso", "apollo 11". Supports EDAN query syntax (field:value, AND/OR). | |
| rows | No | Number of results to return (1-100, default 10). | |
| start | No | Offset for pagination (default 0). Useful with rowCount from previous call. | |
| sort | No | Sort order for results. Default: relevancy. | |
| type | No | Filter by record type. E.g. "objects" for 3D objects, "species" for scientific specimens. | |
| online_media_type | No | Filter to items that have media of a specific type. | |
| cc0_only | No | Filter results to CC0-licensed records only (default true). Set false to include all records with their license field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |