Skip to main content
Glama
Blyawon

tokensStudioMCP

by Blyawon

find_nodes

Locate Figma nodes by name substring or type, returning their ID, name, type, and bounds. Limit results with an optional maximum.

Instructions

Find nodes on the current page by name substring and/or type (FRAME, TEXT, COMPONENT, INSTANCE, …) via the plugin. Returns id/name/type/bounds for up to max matches (default 50).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNo
nameNo
typeNo
Behavior3/5

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

With no annotations, the description carries full burden. It discloses return fields (id, name, type, bounds) and a cap on matches (default 50). However, it does not confirm whether the operation is read-only, which is important for a search tool.

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 a single sentence that front-loads the core purpose. Every word is informative without redundancy. It efficiently covers search criteria, return fields, and the default limit.

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

Completeness4/5

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

Given no output schema and 3 parameters, the description provides sufficient details: current page scope, substring name matching, type examples, return fields, and match limit. It could optionally mention read-only nature but remains adequate.

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

Parameters4/5

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

The input schema has 0% description coverage. The description compensates by explaining that 'name' is a substring match, 'type' takes values like FRAME, TEXT, etc., and 'max' is an integer defaulting to 50. This adds meaningful context beyond the schema.

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 the verb 'Find' and the resource 'nodes on the current page'. It specifies the search criteria (name substring, type) and lists example types. This distinguishes it from sibling tools like inspect_node or get_canvas_tree.

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

Usage Guidelines3/5

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

The description implies use when searching for nodes by name or type, but does not explicitly state when not to use it or mention alternatives. No exclusion criteria or context for when to prefer this over other node-related tools.

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/Blyawon/tokensStudioMCP'

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