Skip to main content
Glama
anuragfolio

figma-jev-console

by anuragfolio

jev_sync_log

Review recent Figma-to-code edits to see what changed, which file and line, and whether Jev or a rule determined the location.

Instructions

Recent Figma → code edits: what changed, which file and line, and whether Jev or a rule decided the location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It conveys that the tool returns recent edits and identifies the deciding actor, which is useful, but it does not mention ordering, the default number of entries, or whether the operation is read-only. For a log-style tool this is adequate but not rich.

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 compact sentence that front-loads the core purpose and enumerates the returned information with no filler. Every segment adds value.

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

Completeness3/5

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

The description covers the main return content and makes the tool's general purpose understandable. However, with no output schema and no annotation coverage, it omits practical details such as the meaning of limit, result ordering, and whether anything is modified, leaving a few gaps an agent would need to resolve.

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 only parameter, limit, has 0% schema description coverage, and the description never mentions it. The word 'recent' hints at a limited window, but the description does not explain how limit controls the result set, so it fails to compensate for the missing schema guidance.

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

Purpose4/5

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

The description clearly identifies the resource as a log of recent Figma-to-code edits and lists the key output fields (what changed, file, line, decision maker). It lacks an explicit verb like 'retrieve' or 'list', and does not distinguish itself from the similarly named sibling jev_changelog, so it is clear but not fully differentiated.

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

Usage Guidelines2/5

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

No guidance is given for when to use this tool versus alternatives like jev_list_pending or jev_changelog. The description implies it is for checking recent edit history, but it does not state conditions, exclusions, or how it differs from sibling tools, leaving the agent to infer applicability.

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