Skip to main content
Glama

artic-mcp

get-artwork-by-artist

Retrieve artworks from the Art Institute of Chicago collection using an artist's ID. Supports pagination to browse results by page and limit. Ideal for accessing specific artist portfolios.

Instructions

Get artworks by artist id in the Art Institute of Chicago collection. Pagination is supported with the page parameter.

Input Schema

NameRequiredDescriptionDefault
idYesThe id of the artist to search for artworks. Should be the Artist ID of the `search-for-artist` tool.
limitNoThe number of resources to return per page.
pageNoThe page of results to return. Used for pagination.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The id of the artist to search for artworks. Should be the Artist ID of the `search-for-artist` tool.", "type": "number" }, "limit": { "default": 10, "description": "The number of resources to return per page.", "type": "number" }, "page": { "default": 1, "description": "The page of results to return. Used for pagination.", "type": "number" } }, "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