fetch_filed_document
Retrieve a filed document from the German Commercial Register by company and category. Returns the extracted text and, for shareholder lists, a parsed table.
Instructions
Download a filed document of a given category from the DK document register.
category is matched case-insensitively as a substring against the categories
from list_filed_documents (e.g. "shareholders", "articles", "annual"). Returns
the local path and extracted text; for shareholder lists it also parses the table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | ||
| category | Yes | ||
| which | No | latest | |
| match | No | exact |