get_diff_report
Retrieve a stored diff report comparing Figma designs or screenshots against rendered implementation. Fetch the report in JSON or HTML format with inline content.
Instructions
Fetch a stored kiyas report by reportId. Defaults to JSON; pass format=html to fetch the rendered report. Returns the artifact path and (by default for JSON) inline content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Which artifact to return (default: json) | |
| reportId | Yes | Report ID returned from a prior compare call | |
| includeContent | No | When true, return the raw file content inline. When false, return only the path. Default: true for json, false for html (HTML is large). |