Skip to main content
Glama

JENRIKS Photo Archive

Random photo

random_photo
Read-only

Return a random JENRIKS photo, optionally limited to a photographer, category or year.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo
categoryNo
photographerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hintNo
foundYes
photoNo
pool_sizeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds the context that the result is randomly selected and scoped to JENRIKS photos, which aligns with idempotentHint=false. It does not disclose edge-case behavior such as what happens when no photo matches the optional filters, but given the annotations, the description provides adequate additional context.

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 redundant words. It leads with the action and resource, then immediately lists the optional modifiers. Every word serves a purpose, 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.

Completeness3/5

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

With an output schema present and read-only annotations covering safety, the description does not need to explain return values or mutation risks. The main gaps are the lack of guidance on when to use this tool versus search_photos/get_photo, and ambiguity about whether filters combine or are mutually exclusive. These are noticeable but not critical for a simple random-photo tool.

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%, so the description must compensate for parameter meaning. It does mention all three parameters by name ('photographer, category or year') and marks them as optional, but it adds no value about accepted values, constraints, or how filters combine. The schema already shows the photographer enum and year minimum, and category remains unexplained in both schema and description.

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 a specific verb and resource: 'Return a random JENRIKS photo'. The word 'random' directly differentiates this tool from siblings like get_latest_photo, get_photo, and search_photos, which imply deterministic or filtered retrieval. It also names the optional filtering dimensions (photographer, category, year), making the tool's purpose unmistakable.

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 phrase 'random JENRIKS photo' implies the tool is for exploratory or arbitrary selection, and 'optionally limited' tells the agent filters can be applied. However, it gives no explicit guidance on when to choose this tool over the sibling tools, such as search_photos or get_latest_photo, and does not state exclusions or prerequisites.

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.