keel_add_evidence_link
Attach a URL as evidence to a compliance control, capturing the link with optional title and description for audit-ready documentation.
Instructions
Attach a URL as evidence, optionally against a control. This tool covers link evidence only — uploading a file is a multipart request the REST API supports but this stdio server does not, so use the Keel app or the REST API directly for file evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL of the evidence (required). | |
| title | No | Defaults to the URL hostname. | |
| controlId | No | Control id to attach the evidence to. | |
| controlKey | No | Control key to attach to, resolved server-side. Alternative to controlId. | |
| description | No |