download_attachment
Download a specific attachment by ID into an existing local directory. Provide the attachment ID and target folder to store replies from FragDenStaat requests locally.
Instructions
Download one attachment into a local directory. YELLOW: reading only.
The directory has to exist already: this tool will not create a path, because
``target_dir`` is a model-chosen argument and the file name comes from the API, and
together they were enough to drop a file into e.g. ~/.config/autostart/. Set
``FDS_MCP_DOWNLOAD_DIR`` to confine downloads to one directory.
Args:
attachment_id: numeric attachment id (from list_attachments).
target_dir: an existing local directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_dir | Yes | ||
| attachment_id | Yes |