Download one attachment
fetch_attachmentDownload a SAM.gov attachment by its resource URL. Returns text for text documents, otherwise reports content type and byte length to avoid misinterpreting binary files.
Instructions
Downloads a single attachment by its resource URL, as returned by list_attachments. Returns UTF-8 text when the document is text, and otherwise returns the content type and byte length without guessing at the contents. Binary formats such as PDF are reported, not silently decoded into noise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A resource link from list_attachments |