Skip to main content
Glama
AlexZai007

figma-unlimited-mcp

by AlexZai007

Delete nodes

delete_nodes
Destructive

Permanently remove selected Figma nodes from the board. Confirm with the user first because the action cannot be undone.

Instructions

Permanently remove nodes from the board. This is destructive and the user cannot undo it from your side — confirm with them before deleting anything you did not create yourself in this session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdsYes
Behavior5/5

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

Beyond the destructiveHint annotation, the description adds crucial behavioral context: the deletion is irreversible ('cannot undo it from your side') and requires user confirmation for non-session-created content. This tells the agent about the impact and safety protocol, which is exactly the kind of context that helps avoid harmful actions.

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?

The description is two sentences: the first states the action and permanence, the second conveys the destructive consequence and confirmation requirement. Every word earns its place, with no fluff or repetition of schema details.

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?

For a single-parameter destructive tool with no output schema, the description covers all necessary aspects: what it does, the irreversible nature, and the required confirmation step. The schema handles the nodeIds format and source, while the description provides the behavioral guardrails. Combined, they form a complete picture.

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

Parameters2/5

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

The description does not mention the nodeIds parameter at all, and schema description coverage is 0% at the property level. Although the items schema includes a useful example and source hint, the tool description itself fails to compensate for the low schema coverage, leaving the agent without parameter guidance in the description.

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 opens with 'Permanently remove nodes from the board', which uses a specific verb ('remove') and resource ('nodes'), clearly distinguishing it from siblings like update_nodes or create_diagram. The title and description are consistent, leaving no ambiguity about the tool's function.

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 clear context for when to use this tool (permanent removal) and includes an important usage guideline: confirm with the user before deleting anything not created in the session. It does not explicitly name alternatives or when-not-to-use scenarios, but the destructive nature and confirmation requirement offer practical guidance.

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/AlexZai007/figma-unlimited-mcp'

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