get_pdf_report_link
Generate a direct PDF report URL for a domain's latest scan results, returning a shareable link.
Instructions
Build the direct PDF report endpoint URL for a domain. Pure URL construction — no scan triggered, no network call from this tool. Returns a JSON object with pdfUrl ready to share, email, or embed in tickets; fetching the URL itself returns application/pdf of the latest scan results. Use for downloadable shareable reports; use get_badge_link for an embeddable SVG status badge instead, or create_report_snapshot for an immutable hashed evidence URL. No auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name only, e.g. example.com (no URL, path, or port) |