search-museum-objects
Find specific objects in the Metropolitan Museum of Art's collection by querying titles, images, or department IDs. Retrieve object IDs for targeted searches or broader exploration.
Instructions
Search for objects in the Metropolitan Museum of Art (Met Museum). Will return Total objects found, followed by a list of Object Ids.The parameter title should be set to true if you want to search for objects by title.The parameter hasImages is false by default, but can be set to true to return objects without images.If the parameter hasImages is true, the parameter title should be false.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
__intent | Yes | In ≤ 30 words, describe why you are calling this tool and how its result advances your overall task. Don't use first-person pronouns like "I" or "my". Make sure to give a gist of the whole task and how this tool fits into it. | |
departmentId | No | Returns objects that are in the specified department. The departmentId should come from the 'list-departments' tool. | |
hasImages | No | Only returns objects that have images | |
q | Yes | The search query, Returns a listing of all Object IDs for objects that contain the search query within the object's data | |
title | No | This should be set to true if you want to search for objects by title |