Skip to main content
Glama

Object

object
Read-onlyIdempotent

Fetch full details for one Harvard Art Museums item by id — a Harvard Art Museums object id (numeric, from search).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYese.g. "299843".
_apiKeyNoHarvard Art Museums API key (auto-injected by the platform; or pass your own).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "_apiKey": "your-harvard-art-api-key",
      +    "id": "299843"
      +  }
      +]
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint as true and destructiveHint false, so the description doesn't need to repeat safety. It adds value by specifying the id origin and type, which is helpful beyond annotations.

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, well-structured sentence that immediately conveys the tool's purpose and key constraints. No wasted words, and the core information is front-loaded.

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

Completeness5/5

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

For a simple read-only tool with clear annotations and parameter documentation, the description is complete. It tells the agent exactly what the tool does and what input it expects, leaving no gaps in understanding.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds that the id is numeric from search, which clarifies the parameter's expected format beyond the schema example. This provides useful context.

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 explicitly states the verb 'Fetch full details', the resource 'Harvard Art Museums item', and the scope 'by id'. It clarifies that the id is numeric and comes from search, which helps differentiate from sibling tools like 'search'.

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

Usage Guidelines4/5

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

The description implies when to use it: when you have a numeric object id from search. It doesn't explicitly state when not to use it or name alternatives, but the context is clear enough for an agent to distinguish from search.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.