Skip to main content
Glama

picture_of_the_day

Fetch Wikimedia Commons' curated daily image with preview and full-size URLs, photographer, license, and description; pass an optional YYYYMMDD date (default today UTC) to browse past days.

Instructions

Get Wikimedia Commons' Picture of the Day — the curated daily image from Wikipedia's featured feed. Returns preview + full-size image URLs, photographer, license, and description. Accepts an optional YYYYMMDD date (default today UTC) to browse past pictures — the visual counterpart to featured_article for daily content hooks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate in YYYYMMDD format (default: today UTC)
langNoWikipedia language code (default 'en')en

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations, so the description carries the full burden. It usefully discloses the return payload (preview + full-size URLs, photographer, license, description) and the default date behavior, but says nothing about error cases, permission/auth needs, rate limits, or what happens for dates with no picture.

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?

Three dense sentences, front-loaded with the resource and what it returns, then the optional parameter and the sibling relationship. No filler or repetition; every clause carries information.

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?

With no output schema, the description correctly compensates by enumerating returned fields (URLs, photographer, license, description), and it explains the date default. The lang parameter's effect on output is left to the schema, a minor gap for an otherwise self-sufficient read tool.

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 coverage is 100%, so both parameters are already documented in the schema; baseline is 3. The description adds the YYYYMMDD format and UTC-default meaning for date, but does not mention the lang parameter or its enum values at all.

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?

States a specific verb and resource ('Get Wikimedia Commons' Picture of the Day') with the exact scope ('curated daily image from Wikipedia's featured feed'). It explicitly self-positions against a sibling by calling itself 'the visual counterpart to featured_article,' so an agent can distinguish it from 20+ other retrieval tools.

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?

Gives clear context: default is today, and passing a date lets the agent 'browse past pictures,' framed as 'daily content hooks.' It names featured_article as the related tool, but offers no explicit when-not-to-use or selection rule beyond that pairing.

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