Skip to main content
Glama

Met Museum MCP Server

MIT License
18
10
  • Apple
  • Linux

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

NameRequiredDescriptionDefault
__intentYesIn ≤ 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.
departmentIdNoReturns objects that are in the specified department. The departmentId should come from the 'list-departments' tool.
hasImagesNoOnly returns objects that have images
qYesThe search query, Returns a listing of all Object IDs for objects that contain the search query within the object's data
titleNoThis should be set to true if you want to search for objects by title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "__intent": { "description": "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.", "type": "string" }, "departmentId": { "description": "Returns objects that are in the specified department. The departmentId should come from the 'list-departments' tool.", "type": "number" }, "hasImages": { "default": false, "description": "Only returns objects that have images", "type": "boolean" }, "q": { "description": "The search query, Returns a listing of all Object IDs for objects that contain the search query within the object's data", "type": "string" }, "title": { "default": false, "description": "This should be set to true if you want to search for objects by title", "type": "boolean" } }, "required": [ "q", "__intent" ], "type": "object" }

Other Tools from Met Museum MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikechao/metmuseum-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server