Skip to main content
Glama
processedfood

figma-comments-mcp

Reply to a comment

reply_to_comment

Reply to an existing comment thread in a Figma file by supplying the file URL, thread ID, and reply text.

Instructions

Post a reply to an existing comment thread in a Figma file. Use a thread id from the [brackets] in fetch output as comment_id. Requires the Figma token to have the File comments write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesA figma.com file link (design/file URL) or a bare file key
comment_idYesId of the thread to reply to, from the [brackets] in fetch output
messageYesReply text, plain text. "@Name" mentions are sent as plain text.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description fully handles behavioral disclosure. It specifies the required scope ('File comments write'), notes that message is plain text and '@Name' mentions are sent as plain text (not parsed), providing clear expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with no waste. First sentence states core action, second provides key parameter guidance, third covers permissions and format. Each sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given three required parameters, no output schema, and no nested objects, the description covers all necessary context: input details, where to find comment_id, plain text behavior, and required permissions. No gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds significant value: it explains comment_id source (from brackets in fetch output) and clarifies how message handles mentions. This goes beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Post a reply to an existing comment thread in a Figma file.' It specifies the resource (comments in Figma files) and the action (reply). It distinguishes from siblings like get_all_comments, which are read-only.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on using the thread id from fetch output in brackets. It implies this is for replying only, not creating threads, but lacks explicit when-not-to-use or alternative tool suggestions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/processedfood/figma-comments-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server