Skip to main content
Glama
telota

bbaw-dse-mcp

by telota

sd_get_chronology_entry

Retrieve chronology entries for a specific date to see what happened in Schleiermacher's life. Get all recorded events for that day in ISO 8601 format.

Instructions

Retrieve chronology entries for a specific date.

PURPOSE: Access events from Schleiermacher's life on a specific date

WHEN TO USE:

  • User asks what happened on a specific date

  • User wants biographical information for a particular day

  • After search → get full chronology entry

WHEN NOT TO USE:

  • For date range → use get_chronology_entries()

  • For entire year → use get_chronology_year()

  • For keyword search → use search_documents()

Args: date: Date in ISO 8601 format (YYYY-MM-DD), e.g., "1785-08-29" ctx: FastMCP Context

Returns: List of dictionaries with date info and event descriptions. Multiple events may occur on the same date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the return type (list of dictionaries), notes multiple events may occur, and the verb 'retrieve' implies a read-only operation. However, it does not explicitly state safety guarantees or error behavior, which would be useful but is not critical for a simple getter.

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 well-structured with clear sections (PURPOSE, WHEN TO USE, WHEN NOT TO USE, Args, Returns) and front-loaded with the core action. While there is slight redundancy between the first sentence and PURPOSE, every section adds valuable information, making it appropriately concise for its richness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

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

Given the tool's simplicity (one parameter), the description fully covers the purpose, usage, parameter format, and return type. The output schema exists, so no further return-value detail is needed. The description is complete for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides no description for the 'date' parameter (0% coverage), but the description fully compensates by explaining the required ISO 8601 format with a concrete example. It also mentions the 'ctx' context parameter, making parameter usage clear.

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 opens with 'Retrieve chronology entries for a specific date,' which clearly states the verb, resource, and scope. It distinguishes itself from sibling tools like sd_get_chronology_entries and sd_get_chronology_year by emphasizing 'specific date' versus ranges or years.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes explicit 'WHEN TO USE' and 'WHEN NOT TO USE' sections, naming exact alternative tools for date ranges, entire years, and keyword searches. This provides clear selection guidance beyond the schema and annotations.

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/telota/bbaw-dse-mcp'

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