swisscovery_get_record
Retrieve a single bibliographic record from swisscovery using the MMS-ID. Returns all available MARC fields in Markdown, including title, author, ISBN, abstract, and permalink.
Instructions
Ruft einen einzelnen Titel aus swisscovery via MMS-ID ab.
Die MMS-ID wird aus den Ergebnissen von swisscovery_search (Feld 'mms_id') entnommen.
Args: params (SwisscoveryGetRecordInput): Input mit: - mms_id (str): MMS-ID des Titels (z.B. '991134165199705501')
Returns: str: Detaillierter MARC-Eintrag als Markdown inkl. aller verfügbaren Felder: Titel, Autor, Erscheinungsinfo, Umfang, Sprache, ISBN/ISSN, Schlagworte, Abstract, URLs und swisscovery-Permalink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |