Get Figma comments
get_commentsRetrieve the full comment list from a Figma file using its key or URL. Optionally render rich-text comments as markdown for easier consumption.
Instructions
GET /v1/files/{key}/comments — Figma returns the full comment list (not cursor-paginated). Optional as_md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Figma file key or URL (figma.com/design/... or figma.com/file/...) | |
| as_md | No | Return rich-text comments as markdown when applicable. |