Skip to main content
Glama

Atomic schematic batch write

easyeda_schematic_batch_write
Destructive

Batch apply validated schematic create, modify, and delete operations in a single atomic transaction with automatic rollback on failure.

Instructions

Apply up to 200 validated schematic create, modify, and delete operations in one snapshot-backed transaction. Any failure rolls the whole transaction back. Delete is limited to safely recreatable drawing primitives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atomicNo
dryRunNo
projectIdYes
operationsYes
confirmWriteYes
transactionIdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Beyond the annotations (destructiveHint=true), the description adds important behavioral details: the operation is snapshot-backed, any failure triggers a full rollback, and deletions are limited to safely recreatable primitives. This provides useful context not available from annotations alone.

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 three front-loaded sentences, each serving a clear purpose: core function with limit, rollback behavior, and delete constraint. No unnecessary words.

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 high complexity (many operation types, transaction semantics, required fields like confirmWrite), the description is too brief. It omits crucial details like the purpose of dryRun, the need for confirmWrite=true, and how this relates to transaction management sibling tools (e.g., project_begin_transaction). The agent would have significant gaps.

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

Parameters1/5

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

The input schema has 0% description coverage for its 6 parameters, yet the description does not explain any of them (projectId, operations, confirmWrite, dryRun, transactionId, atomic). The agent must rely entirely on the schema, which is insufficient for correct usage.

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 states it applies up to 200 validated schematic operations (create/modify/delete) in a snapshot-backed transaction with rollback, distinguishing it from individual operations by emphasizing batch and atomicity. However, it could be more explicit about when to use this tool over alternatives like easyeda_schematic_place_component.

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?

The description provides no when-to-use or when-not-to-use guidance relative to the many sibling tools (e.g., individual schematic operations). It only mentions a constraint on delete but does not explain the trade-offs or prerequisites for using this batch tool.

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/oaslananka/easyeda-mcp-pro'

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