get_pdf_report_link
Build a direct PDF report link for any domain. Returns a JSON object with the URL ready to share or embed.
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, e.g. example.com |