Skip to main content
Glama

on_this_day

Retrieve historical events for any date from Wikipedia's curated on-this-day list, with optional language and event count adjustments.

Instructions

Wikipedia's curated "on this day" events.

Note: this Wikipedia API serves a subset of languages (en/de/fr/es/pt/ru and a few more); unsupported languages 404.

Args: lang: Wikipedia language code (default en) limit: max events returned (default 8)

Returns: {ok, date, events: [{year, text}], note}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoen
limitNo
Behavior3/5

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

No annotations are provided (empty), so description carries burden. It discloses that unsupported languages cause 404, and returns a note, but doesn't mention rate limits, error handling, or what happens on no events. It provides some transparency but not comprehensive.

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?

Concise, with clear sections for note, args, and returns. Front-loaded with purpose. No wasted sentences; every sentence adds value.

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 simple tool with 2 optional params and no output schema, the description adequately covers behavior, limitations, and return structure. It could mention the date context (implicitly today's date) but overall complete for its complexity.

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 0% (no descriptions in schema), but the description explains both 'lang' and 'limit' with defaults and purpose. It adds meaning beyond schema, so it compensates somewhat. However, it doesn't specify format constraints like language code pattern or max limit value.

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 it returns Wikipedia's curated 'on this day' events, with a specific resource (Wikipedia API) and verb (get events). It doesn't explicitly differentiate from siblings like 'web_read' or 'rss_read', but its purpose is distinct and clear.

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?

It implies usage for fetching historical events for a given date, but doesn't provide explicit when-to-use vs alternatives. It mentions language support limitation, which is useful, but no clear exclusions or alternative tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsuru0805/engawa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server