Skip to main content
Glama
Dragoon0x

conductor-figma

by Dragoon0x

create_changelog

Compare two Figma frames to generate a visual changelog that clearly shows what changed between versions.

Instructions

Compare two frames and generate a visual changelog showing what changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNodeIdYesAfter frame
beforeNodeIdYesBefore frame
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of explaining behavior. It mentions generating a visual changelog but does not disclose whether the tool mutates the file, creates a new node, or whether the operation is reversible.

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?

A single sentence with no filler, front-loaded with the verb and resource. Every word contributes to clarifying purpose.

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

Completeness2/5

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

With no annotations and no output schema, the agent lacks critical operational context: what the changelog looks like, where it is placed, and what side effects the 'create' action has. The required parameters are clear, but the overall behavior is under-specified.

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 schema already documents both parameters with clear descriptions ('Before frame', 'After frame') at 100% coverage. The tool description reinforces the before/after comparison semantics but does not add new parameter-level detail 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 states a specific action ('Compare two frames') and a specific output ('visual changelog showing what changed'). This clearly distinguishes it from sibling tools like compare_to_system, which compares against a design system rather than comparing two frames.

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 when to use the tool: when an agent needs to compare a before and after frame and produce a changelog. However, it does not explicitly name alternatives or provide exclusion criteria, leaving some selection inference to the agent.

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

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/Dragoon0x/conductor'

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