gazette_get_publication
Fetch a single publication from the Swiss Commercial Register, returning official full text, company details, and additional data based on publication ID.
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 |