Skip to main content
Glama

JENRIKS Photo Archive

Get one photo

get_photo
Read-onlyIdempotent

Return one JENRIKS post by publication date (YYYY-MM-DD) or by page URL / path (/YYYY/MM/DD/slug/).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPage URL or path, e.g. /2026/09/04/liminal-space/
dateNoYYYY-MM-DD

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
dateNo
hintNo
foundYes
photoNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering safety. The description adds the return type (one JENRIKS post) and lookup modes, but does not disclose what happens if neither parameter is provided, which is a gap given both are optional in the 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?

A single, front-loaded sentence that states the purpose and the two lookup modes with no wasted words. It is concise and to the point.

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?

The output schema exists, so return values are covered. However, the description does not clarify that exactly one of date or url should be provided, nor what happens if both are given or none are given. This is a minor but real completeness gap for a tool with optional 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?

Schema description coverage is 100%, so baseline is 3. The description repeats the date format and URL example, but the schema already documents these clearly. No additional meaning is added beyond what the schema provides.

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 returns one JENRIKS post and specifies two lookup methods (date or URL/path). It distinguishes from siblings like get_latest_photo and random_photo by focusing on a single post with known identifiers, though it does not explicitly name the alternatives.

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 when to use the tool: when you have a publication date or a page URL/path. However, it gives no explicit guidance on when NOT to use it or when to prefer siblings like search_photos or get_latest_photo. The optional nature of both parameters is left ambiguous.

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.