Skip to main content
Glama
stuffbucket

figmma

by stuffbucket

parse_figma_url

Read-onlyIdempotent

Extract file key, file name, and node ID from any Figma URL to get structured data when a link is provided instead of a raw key.

Instructions

Extract the file key, file name, and node ID from a Figma URL. Use this when a user provides a Figma link instead of a raw file key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesA Figma URL (e.g. https://www.figma.com/design/ABC123/My-File)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.3

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds that the tool extracts specific fields from the URL but does not discuss invalid URL handling or return structure. This is adequate but not rich behavioral detail.

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?

Two sentences, front-loaded with the action and extracted outputs, followed by a clear usage condition. Every word earns its place with no repetition or filler.

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 simple single-parameter read-only tool, the description is complete: it states what is extracted, when to use it, and the annotation profile covers side effects. Since no output schema exists, listing the exact outputs in the description satisfies the completeness requirement.

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

Parameters3/5

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

The single parameter 'url' is fully described in the schema with an example, so schema coverage is 100%. The description confirms the URL is a Figma link but adds little beyond what the schema already states. Baseline 3 is appropriate.

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 uses a specific verb ('Extract') and names the exact resource (Figma URL) and outputs (file key, file name, node ID). It clearly differentiates this tool from siblings like get_file_info or search_projects by focusing on parsing URLs rather than querying Figma resources.

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?

It gives an explicit usage condition: 'Use this when a user provides a Figma link instead of a raw file key.' This tells the agent when to invoke it, though it does not name specific alternative tools for raw file keys.

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

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/stuffbucket/figmma'

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