Skip to main content
Glama
malkreide

swiss-academic-libraries-mcp

by malkreide

eperiodica_get_record

Read-onlyIdempotent

Fetch complete Dublin Core metadata for a single journal article from e-periodica using its OAI identifier. Includes title, authors, date, source, subjects, description, language, and digitized URL.

Instructions

Ruft einen einzelnen Zeitschriftenartikel aus e-periodica ab.

Die OAI-Identifier stammen aus den Ergebnissen von eperiodica_list_records. Format: 'oai:agora.ch:{zeitschrift}:{jahr}:{heft}::{seite}'

Args: params (OaiGetRecordInput): Input mit: - oai_identifier (str): OAI-Identifier des Artikels - response_format (str): 'markdown' oder 'json'

Returns: str: Vollständige Dublin-Core-Metadaten: Titel, Autor(en), Datum, Quelle, Themen, Beschreibung, Sprache und Digitalisat-URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds the exact return content (Dublin-Core metadata fields) and the identifier format, which is useful behavioral context beyond annotations.

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 concise and well-structured with clear 'Args' and 'Returns' sections. It front-loads the main purpose and each sentence contributes relevant information without redundancy.

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 read-only get_record tool, the description covers the source of identifiers, the input parameters, and the return format. The annotations provide safety semantics, and the output schema (if present) likely covers return structure. This is complete given the tool's complexity.

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

Parameters4/5

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

Although the schema already describes both parameters with examples, the tool description explicitly lists them and restates the response_format options and identifier pattern. This reinforces the schema info and adds the formatted pattern string, which slightly exceeds the 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 clearly states the tool fetches a single journal article from e-periodica ('Ruft einen einzelnen Zeitschriftenartikel aus e-periodica ab'). This distinguishes it from sibling tools like eperiodica_list_records (listing) and other get_record tools for different platforms (erara, emanuscripta).

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

Usage Guidelines4/5

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

The description explains that OAI identifiers come from eperiodica_list_records results, providing a clear prerequisite and workflow. It does not explicitly name alternatives or exclusions, but the connection to the sibling tool offers strong contextual 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/malkreide/swiss-academic-libraries-mcp'

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