Skip to main content
Glama
chandhoke

archival-imagery-mcp

by chandhoke

met_get_object

Retrieve a Metropolitan Museum object by its numeric ID, including primary and additional image URLs and complete metadata.

Instructions

Fetch a Met object by numeric ID with all image URLs (primary + additionals) and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectIdYes
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It does mention the return content (all image URLs and metadata), but it does not address read-only safety, error handling, or potential limitations. This is a simple fetch operation, so the risk is low, but more transparency could be provided.

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, front-loaded sentence with no fluff. It efficiently conveys the core action, resource, and return value.

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

Completeness4/5

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

Given the low complexity (single parameter, no output schema), the description adequately explains the return content. However, it omits usage context and edge-case behavior, which prevents a perfect score.

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

Parameters2/5

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

Schema description coverage is 0% and the description only says 'numeric ID', which merely echoes the schema's type 'number'. It does not name the parameter 'objectId' or add constraints, ranges, or examples, failing to compensate for the lack of schema descriptions.

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

Purpose5/5

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

The description clearly states the tool fetches a Met object by numeric ID, listing the return content (image URLs and metadata). This distinguishes it from sibling tools like met_search (search vs. fetch) and other museum get tools (specific to the Met).

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 explicit guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or scenarios where another tool (e.g., met_search) would be more appropriate.

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

Install Server

Other Tools

Latest Blog Posts

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/chandhoke/archival-imagery-mcp'

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