Skip to main content
Glama
telota

bbaw-dse-mcp

by telota

mop_search_adjutanten_journals

Discover daily royal activities by searching court adjutant journals. Filter by monarch, date, or person to find specific entries.

Instructions

Search in Adjutantenjournale (court adjutant journals).

PURPOSE: Find daily court journal entries documenting royal activities, audiences, meetings, and events. Each entry shows who was on duty and what happened.

WHEN TO USE:

  • User asks "What did the king do on [date]?"

  • User wants to know about daily court life

  • User searches for specific events, persons, or places mentioned in journals

  • User wants to track activities of a specific monarch

  • User researches who served as adjutant when

WHEN NOT TO USE:

  • For biographical data → use search_register()

  • For correspondence → use letters search in Schleiermacher Digital

  • For institutional documents → use browse_documents()

Args: query: Full-text search term (searches in journal text) monarch: Filter by monarch (Friedrich_Wilhelm_IV, Wilhelm_I, Wilhelm_II, Friedrich_III) date_from: Start date in ISO format (YYYY-MM-DD), e.g., "1861-01-01" date_to: End date in ISO format (YYYY-MM-DD), e.g., "1861-12-31" person_key: Filter by person mentioned (register key, e.g., "P0002157") place_key: Filter by place mentioned (register key, e.g., "P0003556") limit: Maximum number of results (default: 50) ctx: FastMCP Context for progress reporting

Returns: List of journal entries with: - id: Document ID - monarch: Which monarch's reign - date_from/date_to: Time range covered - place: Where the court was located - authors: Adjutants who wrote the entry - snippet: Text excerpt showing matched content - url: Link to full entry on website

Raises: ToolError: If monarch is invalid or query fails

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
date_toNo
monarchNo
date_fromNo
place_keyNo
person_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries the full burden and does well: it specifies the return format with fields like id, monarch, date range, place, authors, snippet, and url, and even notes that ToolError is raised for invalid monarch or query failure. This goes beyond a basic search description, making the behavior predictable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with bold headers and front-loaded purpose, but it is relatively long due to the detailed Args and Returns sections. While every sentence adds value, the length could be trimmed slightly without losing clarity, making it less concise than ideal.

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 that there are no annotations and no output schema, this description is exceptionally complete. It covers purpose, usage conditions, parameter semantics, return fields, error behavior, and even alternatives to non-journal searches, making it fully actionable for an agent.

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?

All 7 parameters are explicitly described with types, formats, and examples: query is the full-text search term, monarch lists valid values, date_from/date_to require ISO format, person_key/place_key use register keys like 'P0002157', and limit defaults to 50. This fully compensates for the 0% schema coverage.

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 'Search in Adjutantenjournale (court adjutant journals)' and clearly states 'Find daily court journal entries documenting royal activities, audiences, meetings, and events.' This specific verb+resource phrasing distinguishes it from sibling tools like mop_get_adjutanten_journal_entry, which focuses on retrieving a single entry.

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 'WHEN TO USE' section lists concrete user queries (e.g., 'What did the king do on [date]?'), while 'WHEN NOT TO USE' provides explicit alternatives: search_register for biographical data, letters search in Schleiermacher Digital for correspondence, and browse_documents for institutional documents. This directly guides tool selection.

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