Skip to main content
Glama

artic-mcp

search-by-medium

Discover artworks by medium at the Art Institute of Chicago. Specify the medium, adjust results with pagination, and access detailed resource data for art exploration.

Instructions

Search for artworks by medium in the Art Institute of Chicago. Pagination is supported with the page parameter

Input Schema

NameRequiredDescriptionDefault
limitNoThe number of resources to return per page.
mediumYesThe medium to search for (e.g., "oil on canvas", "acrylic on panel", "watercolor on paper").
pageNoThe page of results to return. Used for pagination.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "The number of resources to return per page.", "type": "number" }, "medium": { "description": "The medium to search for (e.g., \"oil on canvas\", \"acrylic on panel\", \"watercolor on paper\").", "type": "string" }, "page": { "default": 1, "description": "The page of results to return. Used for pagination.", "type": "number" } }, "required": [ "medium" ], "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