Skip to main content
Glama

testneo_figma_image_to_tests_workflow

Upload a UI image (PNG/JPEG/GIF/WebP) for vision ETL processing, then automatically generate and preview positive, negative, and edge test cases to validate interface behavior.

Instructions

No Figma token: upload exported UI image (PNG/JPEG/GIF/WebP) like the product 'Upload Figma Image' flow → wait for vision ETL → create unified context → generate tests → preview. Guarded: TESTNEO_MCP_ALLOW_WRITE + confirm=true. Backend: POST /api/web/v1/etl/upload-figma-image (multipart field: file).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
image_file_base64Yes
image_filenameYes
context_nameYes
context_descriptionNo
figma_json_idNo
enrich_context_idNo
wait_for_visionNo
max_pollsNo
poll_interval_msNo
test_typesNo
max_testsNo
preview_itemsNo
confirmNo
idempotency_keyNo
Behavior3/5

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

With no annotations, the description must disclose behavioral traits. It outlines the main steps (upload, wait, create context, generate, preview) and mentions the backend endpoint and method (POST multipart). It also notes the guard requiring write permission and confirmation. However, it does not describe error handling, latency expectations, idempotency behavior, or what happens to existing contexts. The description adds value but leaves significant gaps in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise at three sentences. It front-loads the core purpose and flow, but includes extraneous details like the specific backend endpoint and multipart field, which may not be necessary for the agent. It could be more streamlined by omitting implementation details and focusing on user-facing guidance.

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?

Given the tool's complexity (15 parameters, no output schema, no annotations), the description is incomplete. It does not explain return values, error conditions, prerequisites (e.g., valid image format, required fields), or how the preview step works. The agent would lack critical information to assess whether results are successful or handle failures, making the description insufficient for contextual understanding.

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 input schema has 15 parameters with 0% description coverage, meaning the JSON schema provides no explanations. The tool description fails to compensate: it does not explain individual parameters like project_id, image_file_base64, context_name, figma_json_id, enrich_context_id, or idempotency_key. Only a high-level flow is provided, leaving the agent to infer parameter meanings from names alone. This is insufficient for correct invocation.

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 tool's function: upload an exported UI image (PNG/JPEG/GIF/WebP) and run a workflow that includes vision ETL, creating unified context, generating tests, and previewing. It distinguishes itself from sibling tools by explicitly saying 'No Figma token', indicating this is for cases where a Figma access token is not available, unlike testneo_figma_to_tests_workflow which likely uses a token.

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 implies usage context by stating 'No Figma token', guiding users to choose this tool when they don't have a Figma token. However, it does not explicitly list alternatives (e.g., testneo_figma_to_tests_workflow) or provide when-not-to-use guidance. The mention of 'Guarded: TESTNEO_MCP_ALLOW_WRITE + confirm=true' hints at required precautions but lacks formal exclusion conditions.

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/gururajhm-neo/testneo-mcp'

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