Skip to main content
Glama

Met Museum MCP Server

MIT License
18
10
  • Apple
  • Linux

get-museum-object

Retrieve specific museum objects from the Metropolitan Museum of Art Collection by ID, optionally including images, to enrich research or display resources for broader tasks.

Instructions

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

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.
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": { "__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" }, "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", "__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