Skip to main content
Glama

JENRIKS Photo Archive

Today's photo

get_latest_photo
Read-onlyIdempotent

Return today's JENRIKS photo (the newest post), or the newest post by one photographer when photographer is set. A new photo appears every day at 00:00 Europe/Berlin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
photographerNoLatest post by this photographer; omit for the newest post overall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
photoYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavior beyond annotations: the daily publication cadence, the exact timezone (Europe/Berlin), and the 'newest post' selection rule. No contradiction.

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?

Two sentences with no wasted words: the core return value is front-loaded, followed by the optional filter and the update schedule. Every sentence adds necessary context.

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?

For a read-only tool with one optional enum parameter and an output schema, the description is nearly complete: it explains selection logic and update timing. It only lacks explicit routing relative to sibling tools, but that is a minor gap given the tool's simplicity.

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% and the single photographer parameter is already documented with an enum and explanation. The description mostly restates the photographer condition without adding new syntax or format detail, so baseline 3 is appropriate.

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 uses a specific verb ('Return') and a specific resource ('today's JENRIKS photo / the newest post'), and the photographer condition further clarifies scope. It is clear on its own but does not explicitly differentiate itself from siblings like get_photo or search_photos.

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 the main use case: retrieve the newest/daily photo, optionally filtered by photographer. It does not name alternatives or state when not to use this tool, so guidance is present but not explicit.

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.