Skip to main content
Glama

artic-mcp

get-artwork-by-id

Retrieve details and an optional image of a specific artwork from the Art Institute of Chicago using its unique ID, enabling quick access to curated art information.

Instructions

Get additional information, including an image if available, about a specific artwork by its ID from the Art Institute of Chicago. Using the value of Artwork ID from the 'search-by-title' tool.

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the artwork to retrieve.
includeImageNoWhether to include the artwork image in the response.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the artwork to retrieve.", "type": "number" }, "includeImage": { "default": true, "description": "Whether to include the artwork image in the response.", "type": "boolean" } }, "required": [ "id" ], "type": "object" }

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/artic-mcp'

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