gazette_get_publication
Fetch a specific publication's official full text and company details using its ID. Choose markdown or JSON to retrieve complete gazette content with additional fields.
Instructions
Einzelne Publikation inkl. amtlichem Volltext (aus dem XML, defensiv geparst).
Quirk 3: Die Listen-API liefert nur meta — der eigentliche Inhalt steht nur im rubrikspezifischen XML unter /publications/{id}/xml. Pflichtfelder: meta, publicationText. Bei HR-Rubriken zusätzlich company. Alles Übrige landet best-effort in additional_fields.
Args: params (GazettePublicationInput): - id (str): Publikations-ID - response_format (str): 'markdown' oder 'json'
Returns: str: Volltext + Firmenangaben (falls HR) + Zusatzfelder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |