Skip to main content
Glama

artic-mcp

search-by-title

Search for artworks by title in the Art Institute of Chicago Collection. Use pagination to navigate results with page and limit parameters for precise queries.

Instructions

Search for artworks by title in the Art Institute of Chicago. 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.
titleYesThe title of the artwork to search 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" }, "title": { "description": "The title of the artwork to search for.", "type": "string" } }, "required": [ "title" ], "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