Get recent comments
get_recent_commentsRetrieve comment threads from a Figma file that have been active within the specified time window. Supports filtering by page, author, or keyword.
Instructions
Comment threads with activity in the past N hours (default 24).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A figma.com file link (design/file URL) or a bare file key | |
| page | No | Optional: limit to one page, by page name (e.g. "Homepage") or page id (e.g. "1:2" or "1-2") | |
| author | No | Optional: only threads where this person wrote a message. Matches the Figma handle, partial and case-insensitive. | |
| search | No | Optional: only threads whose text contains this keyword (case-insensitive) | |
| max_threads | No | Cap on unresolved threads shown, newest first (default 50) | |
| hours | No | Look-back window in hours, default 24 |