Skip to main content
Glama

artic-mcp

full-text-search

Search and retrieve artworks from the Art Institute of Chicago collection using specific query terms. Paginate results by specifying page and limit parameters for efficient browsing.

Instructions

Search for artworks in the Art Institute of Chicago collection whose metadata contains mention of the query term.Pagination is supported with the page parameter

Input Schema

NameRequiredDescriptionDefault
limitNoThe number of resources to return per page.
pageNoThe page of results to return. Used for pagination.
queryYesThe term to search the metadata for.

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" }, "page": { "default": 1, "description": "The page of results to return. Used for pagination.", "type": "number" }, "query": { "description": "The term to search the metadata for.", "type": "string" } }, "required": [ "query" ], "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