Skip to main content
Glama
telota

bbaw-dse-mcp

by telota

sd_get_chronology_entries

Get biographical timeline events for any date range. Returns chronological event descriptions from Schleiermacher's life overlapping the specified period.

Instructions

Retrieve chronology entries for a date range.

PURPOSE: Access events from Schleiermacher's life across a time period

WHEN TO USE:

  • User asks what happened during a specific period

  • User wants biographical timeline for a date range

  • For temporal analysis of Schleiermacher's life events

WHEN NOT TO USE:

  • For single date → use get_chronology_entry()

  • For entire year → use get_chronology_year()

  • For keyword search → use search_documents()

Args: date_from: Start date in ISO 8601 format (YYYY-MM-DD) date_to: End date in ISO 8601 format (YYYY-MM-DD) ctx: FastMCP Context

Returns: List of dictionaries with date info and event descriptions, sorted chronologically. Includes both specific dates and date ranges that overlap with the query range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_toYes
date_fromYes

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 full burden. It discloses important behavior: results are returned chronologically, include specific dates and date ranges that overlap with the query, and are structured as a list of dictionaries. It does not explicitly state side-effects or read-only nature, but as a 'get' tool, this is reasonably implied. Adding boundary behavior (e.g., inclusive/exclusive dates) would push this to 5.

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 uses clear sections (PURPOSE, WHEN TO USE, WHEN NOT TO USE, Args, Returns) with no wasted sentences. The purpose line is slightly redundant with the first sentence, but the actionable 'WHEN' bullet points and compact parameter descriptions make it exceptionally well-structured and front-loaded.

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?

For a simple two-parameter tool with an output schema, the description provides everything needed: purpose, use cases, exclusions, parameter formats, and return format. It is fully self-contained and does not require the agent to infer behavior from annotations or schemas.

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?

Schema description coverage is 0%, but the 'Args' section fully documents both parameters, including ISO 8601 format and start/end meaning. It also mentions ctx (FastMCP Context), which adds context beyond the schema. This completely compensates for the lack of schema descriptions.

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 clearly states 'Retrieve chronology entries for a date range' with a specific verb, resource, and scope. It explicitly distinguishes from siblings in the 'WHEN NOT TO USE' section by directing users to get_chronology_entry, get_chronology_year, and search_documents.

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 provides explicit 'WHEN TO USE' and 'WHEN NOT TO USE' sections with concrete use cases (biographical timeline, temporal analysis) and specific alternative tools. This goes beyond vague guidance and fully covers when to use this tool versus siblings.

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