Skip to main content
Glama
telota

bbaw-dse-mcp

by telota

sd_get_diary_entry

Retrieve a specific diary entry by date from Schleiermacher's diary, returning left/right content and raw XML for any available date.

Instructions

Retrieve a specific diary entry by date.

PURPOSE: Access a specific day's entry from Schleiermacher's diary

Available years: 1808-1811, 1817, 1820-1834. Note: 1812-1816 and 1818-1819 are not extant.

WHEN TO USE:

  • User asks for diary entry on specific date

  • User wants to know what happened on a particular day

  • After search → get full diary entry

WHEN NOT TO USE:

  • For date range → use get_diary_entries()

  • For keyword search → use search_in_documents()

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

Returns: Dictionary with date, content from left side, content from right side, and raw XML of the entry

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden. It adds valuable context about available years (1808-1811, 1817, 1820-1834) and missing years, plus the return structure (date, left/right content, raw XML). It doesn't mention behavior for invalid dates, but the limitations are well documented for a read-only retrieval.

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-organized into PURPOSE, WHEN TO USE, WHEN NOT TO USE, Args, and Returns. Each section is concise and purposeful without redundancy, making it easy to parse and act upon.

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 single-parameter tool with an output schema, the description covers all necessary context: purpose, usage, exclusions, parameter format, and return structure. It is complete and self-sufficient for an agent to invoke 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?

Schema coverage is 0% for the date parameter, and the description fully compensates by specifying 'Date in ISO 8601 format (YYYY-MM-DD)' with an example. It also documents the ctx parameter, adding meaning beyond the bare schema.

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 a specific diary entry by date' and further explains 'Access a specific day's entry from Schleiermacher's diary'. It distinguishes itself from sibling sd_get_diary_entries (plural) by explicitly noting this is for a specific date, not a range.

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 cases (specific date, after search) and WHEN NOT TO USE cases, naming alternatives: 'use get_diary_entries()' for date ranges and 'use search_in_documents()' for keyword search. This gives clear decision guidance.

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