# get_certificate **Get the court-ready certificate (PDF)** Fetch the shareable, court-ready certificate PDF for a protected document (the artifact you hand to an investor, acquirer or auditor). Returns metadata only. - Access: read-only ## Arguments | Name | Type | Required | Description | |---|---|---|---| | `documentId` | string | **yes** | | ## Tool contract ```json { "name": "get_certificate", "title": "Get the court-ready certificate (PDF)", "description": "Fetch the shareable, court-ready certificate PDF for a protected document (the artifact you hand to an investor, acquirer or auditor). Returns metadata only.", "access": "read", "destructive": false, "hostedOnProduction": true, "restEndpoint": null, "arguments": { "documentId": { "type": "string", "required": true, "description": "" } } } ```