Met Museum MCP Server

by mikechao
Verified

get-museum-object

Retrieve a specific museum object from the Metropolitan Museum of Art Collection by its ID, optionally including its image as a server resource.

Instructions

Get a museum object by its ID, from the Metropolitan Museum of Art Collection

Input Schema

NameRequiredDescriptionDefault
objectIdYesThe ID of the museum object to retrieve
returnImageNoWhether to return the image (if available) of the object and add it to the server resources

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "objectId": { "description": "The ID of the museum object to retrieve", "type": "number" }, "returnImage": { "default": true, "description": "Whether to return the image (if available) of the object and add it to the server resources", "type": "boolean" } }, "required": [ "objectId" ], "type": "object" }

You must be authenticated.

Other Tools from Met Museum MCP Server

Related Tools

ID: 9y2pun97iv