Skip to main content
Glama

artic-mcp

search-for-artist

Find specific artists in the Art Institute of Chicago collection by name, with options to paginate and limit search results for precise queries.

Instructions

Search for artists in the Art Institute of Chicago collection

Input Schema

NameRequiredDescriptionDefault
limitNoThe number of resources to return per page.
nameYesThe name of the artist to search for.
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" }, "name": { "description": "The name of the artist to search for.", "type": "string" }, "page": { "default": 1, "description": "The page of results to return. Used for pagination.", "type": "number" } }, "required": [ "name" ], "type": "object" }

Other Tools from artic-mcp

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

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