Skip to main content
Glama

北极标志 铁匠徽章

芝加哥艺术学院 MCP 服务器

一个模型上下文协议 (MCP) 服务器,可通过自然语言交互访问芝加哥艺术学院的藏品。该服务器允许 AI 模型搜索芝加哥艺术学院的艺术藏品,并将艺术品作为资源提供。

特征

该服务器为 AI 模型提供了以下与艺术藏品互动的工具。此外,它还包含一个提示符**“art-gallery”** ,用于为特定艺术家生成一个交互式艺术画廊。

1. 按标题搜索(search-by-title)

在芝加哥艺术学院按标题搜索艺术品

  • 输入:

    • title (字符串)要搜索的艺术品的标题。

    • limit (数字,可选,默认为 10)每页返回的资源数量。

    • page (数字,可选,默认为 1)返回结果的页码。用于分页。

  • 输出:

    Title: Nighthawks
    Artwork ID: 111628
    Thumbnail alt text: Scene in a diner, viewed through wrap-around glass windows, at night on an empty urban street. A light-skinned man and woman, he in a suit and she in a red dress, sit together at a triangular wood bar, eyes downcast. At left sits another man, his back to the viewer. Behind the counter is a light-skinned man in a white uniform. The interior lights cast a yellow glow that spills onto the street in pale green. Above the diner a sign reads, "Phillies."
    Score: 1055.3839
    
    -----
    Title: Nighthawks
    Artwork ID: 118165
    Thumbnail alt text: A work made of chromogenic print.
    Score: 57.28689
    
    Pagination Info
    Total: 2
    Total Pages: 1
    Current Page: 1

2. 获取特定艺术品(get-artwork-by-id)

根据艺术品的 ID 获取其附加信息(包括可用的图像)。

  • 输入:

    • id (数字)要检索的艺术品的 ID。

    • includeImage (布尔值,可选,默认 true)是否在响应中包含艺术品图像。

  • 输出:

    Title: Nighthawks
    Artist: Edward Hopper (American, 1882–1967)
    Artist ID: 34996
    Description: <p>About <em>Nighthawks</em> Edward Hopper recollected, “unconsciously, probably, I was painting the loneliness of a large city.” In an all-night diner, three customers sit at the counter opposite a server, each appear to be lost in thought and disengaged from one another. The composition is tightly organized and spare in details: there is no entrance to the establishment, no debris on the streets. Through harmonious geometric forms and the glow of the diner’s electric lighting, Hopper created a serene, beautiful, yet enigmatic scene. Although inspired by a restaurant Hopper had seen on Greenwich Avenue in New York, the painting is not a realistic transcription of an actual place. As viewers, we are left to wonder about the figures, their relationships, and this imagined world.</p>
    
    Image ID: 831a05de-d3f6-f4fa-a460-23008dd58dda
    Place of Origin: United States
    Dimensions: 84.1 × 152.4 cm (33 1/8 × 60 in.)
    Medium: Oil on canvas
    Credit Line: Friends of American Art Collection
    Department: Arts of the Americas
    Is On View: Yes
    Main Reference Number: 1942.51
    Has not been viewed much: No
    Date Start: 1942
    Date End: 1942
    Date: 1942
    Fiscal Year: 1942
    Is Public Domain: No
    Gallery: Gallery 262
    Artwork Type: Painting
    Artist Title: Edward Hopper
    Artist Titles: Edward Hopper
    Style Title: Modernism
    
    **image encoded in base64 if available and includeImage is true

对元数据包含搜索查询的艺术品执行全文搜索。

  • 输入:

    • query (字符串)用于搜索元数据的术语。

    • limit (数字,可选,默认为 10)每页返回的资源数量。

    • page (数字,可选,默认为 1)返回结果的页码。用于分页。

  • 输出:

    Title: Untitled
    Artwork ID: 62290
    Thumbnail alt text: A work made of oil and enamel on paper, mounted on composition board.
    Score: 108.70728
    
    -----
    ...
    ...
    -----
    Title: Homage to the Square: Light Passage
    Artwork ID: 5569
    Thumbnail alt text: Painting of overlapping squares in grey, yellow, gold, and orange.
    Score: 104.18398
    
    Pagination Info
    Total: 8399
    Total Pages: 840
    Current Page: 1

4. 艺术家搜索(search-for-artist)

搜索特定艺术家

  • 输入:

    • name (字符串)要搜索的艺术家的姓名。

    • limit (数字,可选,默认为 10)每页返回的资源数量。

    • page (数字,可选,默认为 1)返回结果的页码。用于分页。

  • 输出:

    Title: Vincent van Gogh
    Artist ID: 40610
    Score: 55.865852
    
    -----
    Title: Imitator of Vincent van Gogh
    Artist ID: 47301
    Score: 48.782307
    
    Pagination Info
    Total: 2
    Total Pages: 1
    Current Page: 1

5. 按艺术家查找艺术品(get-artwork-by-artist)

查找艺术家的艺术作品

  • 输入:

    • id (数字)用于搜索作品的艺术家 ID。应为search-for-artist工具的艺术家 ID。

    • limit (数字,可选,默认为 10)每页返回的资源数量。

    • page (数字,可选,默认为 1)返回结果的页码。用于分页。

  • 输出:

    Title: The Bedroom
    Artwork ID: 28560
    Thumbnail alt text: Painting of bedroom, blue walls, green window, tan bed, red bedding.
    Score: 11473.843
    
    -----
    .
    .
    .
    -----
    Title: Weeping Tree
    Artwork ID: 52733
    Thumbnail alt text: A work made of reed pen and black-brown ink, with black chalk on off-white wove paper.
    Score: 11.8061
    
    Pagination Info
    Total: 18
    Total Pages: 2
    Current Page: 1

在 Claude Desktop 应用程序中,使用此提示(以及您选择的艺术家的姓名)来生成一个展示其作品的交互式 HTML 艺术画廊。

由于安全原因,Claude Desktop 应用程序中不显示图片。您可以从 Claude Desktop 下载 HTML 文件,并在浏览器中查看图片。

Claude 桌面示例

浏览器中生成的图库

Related MCP server: Museum MCP Server

用法

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

{
  "mcp-servers": {
    "artic-museum": {
      "command": "npx",
      "args": [
        "-y",
        "artic-mcp"
      ]
    }
  }
}

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 artic-mcp:

npx -y @smithery/cli install @mikechao/artic-mcp --client claude

示例查询

当此服务器连接时,您可以向 AI 模型询问以下一些问题:

Can you show me the painting titled "Nighthawks"?
Can you find art done by Vincent van Gogh in 1890 that is on display?
Can you find art by the artist Jackson Pollock?

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

免责声明

此 MCP 服务器与芝加哥艺术学院并无正式关联。它是芝加哥艺术学院 API与 MCP 服务器的第三方实现。

Available Tools

6 tools
get-artwork-by-artistC

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

ParametersJSON 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.

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions pagination support, which is useful context, but doesn't describe other important behaviors like whether this is a read-only operation (implied by 'Get'), error handling, rate limits, authentication needs, or what the response format looks like. For a tool with no annotation coverage, this leaves significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with two sentences. The first sentence states the core purpose, and the second adds important behavioral context about pagination. No wasted words, though it could be slightly more structured with clearer separation of purpose versus guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (3 parameters, no output schema, no annotations), the description is minimally adequate. It covers the basic purpose and pagination behavior, but doesn't address response format, error cases, or differentiation from sibling tools. With no output schema, the description should ideally provide more information about what gets returned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description adds minimal value beyond the schema: it mentions pagination with the page parameter (already in schema) and implies the artist id comes from 'search-for-artist' (hinted in schema description). No additional syntax, format, or usage details are provided beyond what's in the structured fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get artworks by artist id in the Art Institute of Chicago collection.' It specifies the verb ('Get'), resource ('artworks'), and scope ('Art Institute of Chicago collection'), but doesn't explicitly differentiate it from sibling tools like 'get-artwork-by-id' or 'search-for-artist' beyond the artist focus.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides minimal usage guidance. It mentions pagination support with the page parameter, but doesn't specify when to use this tool versus alternatives like 'search-for-artist' or 'full-text-search'. No exclusions, prerequisites, or context for tool selection are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get-artwork-by-idB

Get additional information, including an image if available, about a specific artwork by its ID from the Art Institute of Chicago. Using the value of Artwork ID from the 'search-by-title' tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the artwork to retrieve.
includeImageNoWhether to include the artwork image in the response.

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions retrieving 'additional information' and an image 'if available', which hints at data retrieval but doesn't cover aspects like rate limits, authentication needs, error handling, or response format. For a read operation tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose and includes a practical note about the ID source. It avoids unnecessary details, though it could be slightly more structured by separating the workflow hint into a second sentence for better clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (simple read operation with 2 parameters), 100% schema coverage, and no output schema, the description is adequate but incomplete. It covers the basic purpose and parameter context but lacks details on behavioral traits like response format or error handling, which are important for a tool with no annotations or output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters ('id' and 'includeImage') fully. The description adds minimal value by referencing the ID from 'search-by-title' tool, but it doesn't provide additional syntax, format details, or usage examples beyond what the schema specifies. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get additional information, including an image if available') and resource ('about a specific artwork by its ID from the Art Institute of Chicago'), making the purpose understandable. However, it doesn't explicitly differentiate from sibling tools like 'get-artwork-by-artist' or 'search-by-title' beyond mentioning the ID parameter, which slightly reduces clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by referencing the 'search-by-title' tool for obtaining the ID, suggesting a workflow, but it doesn't explicitly state when to use this tool versus alternatives like 'get-artwork-by-artist' or 'search-by-medium'. It provides some context but lacks clear exclusions or direct comparisons to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search-by-mediumB

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

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

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions pagination support, which is useful context beyond basic functionality, but doesn't cover other important aspects like rate limits, authentication needs, error handling, or what the response format looks like. The description doesn't contradict any annotations (since there are none), but it's incomplete for a search tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with two sentences that directly state the tool's purpose and a key feature (pagination). There's no wasted text, and it's front-loaded with the main functionality. It could be slightly improved by integrating the pagination note more seamlessly, but it's efficient overall.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (search with pagination), no annotations, and no output schema, the description is minimally adequate. It covers the basic purpose and pagination but lacks details on response format, error cases, or how results are structured. Without annotations or output schema, more behavioral context would be helpful for the agent to use it effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents all three parameters (medium, limit, page). The description adds no additional meaning about parameters beyond what's in the schema—it mentions the 'page' parameter for pagination, but the schema already describes this. Baseline 3 is appropriate when the schema does all the work.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('search') and resource ('artworks by medium in the Art Institute of Chicago'), making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'search-by-title' or 'full-text-search', which would require mentioning that this tool focuses specifically on medium-based filtering rather than other search criteria.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'search-by-title' or 'full-text-search'. It mentions pagination support, which is a technical feature, but doesn't help the agent decide between this and other search tools based on use case or context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search-by-titleB

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

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesThe title of the artwork to search for.
limitNoThe number of resources to return per page.
pageNoThe page of results to return. Used for pagination.

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses pagination behavior ('Pagination is supported with the page parameter'), which is useful context beyond the schema. However, it doesn't cover other behavioral traits like rate limits, authentication needs, error handling, or what the search returns (e.g., partial matches, case sensitivity). The description doesn't contradict annotations since there are none.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded: the first sentence states the core purpose, and the second adds key behavioral context (pagination). Both sentences earn their place with no wasted words, making it efficient and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (search with pagination), no annotations, and no output schema, the description is somewhat complete but has gaps. It covers the basic purpose and pagination, but lacks details on search behavior (e.g., fuzzy matching), result format, or error cases. For a search tool with 3 parameters, it's adequate but not fully comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters (title, limit, page) with descriptions and defaults. The description adds minimal value beyond this: it mentions pagination with the page parameter, which is already in the schema. No additional semantics or usage examples are provided, so it meets the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Search for artworks by title in the Art Institute of Chicago.' It specifies the verb ('search'), resource ('artworks'), and scope ('by title'), distinguishing it from siblings like search-by-medium or get-artwork-by-artist. However, it doesn't explicitly differentiate from full-text-search, which might also search titles, so it's not a perfect 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like full-text-search or search-by-medium. It mentions pagination support but doesn't clarify if this is the preferred tool for title searches over other search methods. No exclusions or prerequisites are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search-for-artistC

Search for artists in the Art Institute of Chicago collection

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the artist to search for.
limitNoThe number of resources to return per page.
pageNoThe page of results to return. Used for pagination.

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the search function but doesn't mention whether it's read-only, if there are rate limits, authentication needs, or what the return format looks like (e.g., paginated results). This leaves significant gaps for a tool with three parameters and no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded and wastes no space, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is insufficiently complete. It doesn't explain what the search returns (e.g., artist details, IDs), how results are structured, or any behavioral traits like pagination handling, which are critical for a search tool with three parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, with clear descriptions for 'name', 'limit', and 'page' parameters. The description doesn't add any additional semantic context beyond what the schema provides, such as search behavior or result formatting, but the schema adequately covers the basics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Search for artists') and the resource domain ('Art Institute of Chicago collection'), making the purpose immediately understandable. However, it doesn't explicitly differentiate from sibling tools like 'full-text-search' or 'search-by-title', which might also involve searching the same collection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'get-artwork-by-artist' or 'search-by-title'. It lacks any mention of prerequisites, exclusions, or comparative context with sibling tools, leaving the agent to infer usage scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 6 tool updates
    • First observedfull-text-search
    • First observedget-artwork-by-artist
    • First observedget-artwork-by-id
    • First observedsearch-by-medium
    • First observedsearch-by-title
    • First observedsearch-for-artist

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation4/5

Most tools have distinct purposes: full-text-search covers general metadata, while search-by-title, search-by-medium, and search-for-artist target specific fields. However, full-text-search and search-by-title could be confused since titles are part of metadata, but descriptions clarify the distinction. Get-artwork-by-artist and get-artwork-by-id are clearly different operations.

Naming Consistency3/5

The naming is mixed: search-by-title, search-by-medium, and search-for-artist follow a consistent verb-noun pattern, but full-text-search uses a hyphenated adjective-noun style, and get-artwork-by-artist/get-artwork-by-id use a verb-noun-by-noun pattern. This inconsistency makes the set less predictable, though all names remain readable and descriptive.

Tool Count5/5

With 6 tools, this is well-scoped for querying an art collection. It covers key search dimensions (title, medium, artist, full-text) and specific retrieval (by ID, by artist), without being overwhelming. Each tool earns its place by addressing a distinct aspect of the domain.

Completeness4/5

The toolset provides strong coverage for searching and retrieving artworks and artists, with pagination support across most tools. A minor gap is the lack of tools for filtering by other common attributes like date, genre, or location, but agents can work around this using the existing search tools. Core workflows for exploration and lookup are well-supported.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A MCP Server that lets user ask AI models to discover the collection of the Metropolitan Museum of Art. Adds the discovered art works as Resources on the server.
    4
    242 npm
    35
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI agents to search and explore over 570,000 artworks from the Metropolitan Museum of Art and Art Institute of Chicago without needing an API key.
    9
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server that lets AI assistants manage an art catalogue — find paintings, post to social media, upload to galleries, schedule posts, and update metadata.
    -
  • F
    license
    A
    quality
    C
    maintenance
    This server enables AI models to access the Städel Museum's digital collection via OAI-PMH, allowing harvesting of records, retrieval of multilingual metadata, and fetching of high-resolution images.
    4
    2
    -